Skip to content

Commit df4f4b3

Browse files
committed
fix(forgotpassword): change Forgot your password text to Return to Login
1 parent bbdf49c commit df4f4b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/scripts/components/auth/ForgotPasswordContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const ForgotPasswordContainer = () => {
8686
Send Email
8787
</Button>
8888

89-
<SecondaryLink to='/auth/password'>Forgot your password?</SecondaryLink>
89+
<SecondaryLink to='/auth/login'>Return to Login?</SecondaryLink>
9090
</div>
9191

9292
<Captcha

0 commit comments

Comments
 (0)