File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
23
23
ButtonVariantType ,
24
24
ComponentSizeType ,
25
25
CustomInput ,
26
- DocLink ,
26
+ getDocumentationUrl ,
27
27
Icon ,
28
28
PasswordField ,
29
29
ServerErrors ,
@@ -141,12 +141,14 @@ export const LoginForm = ({ loginList }: LoginFormType) => {
141
141
142
142
< div className = "flex left dc__gap-4" >
143
143
< Icon name = "ic-help-outline" color = "B500" size = { 12 } />
144
- < DocLink
145
- docLinkKey = "ADMIN_PASSWORD"
146
- text = "What is my admin password?"
147
- dataTestId = "learn-more-about-admin-password"
148
- size = { ComponentSizeType . xxs }
149
- />
144
+ < a
145
+ className = "anchor fs-11 cb-5"
146
+ rel = "noreferrer noopener"
147
+ target = "_blank"
148
+ href = { getDocumentationUrl ( { docLinkKey : 'ADMIN_PASSWORD' } ) }
149
+ >
150
+ What is my admin password?
151
+ </ a >
150
152
</ div >
151
153
</ div >
152
154
</ div >
You can’t perform that action at this time.
0 commit comments