-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
204 additions
and
198 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -977,7 +977,7 @@ export const Mfa = () => { | |
> | ||
<Card className="w-full"> | ||
<div className="flex flex-col items-center justify-center pt-2 pb-5 text-center"> | ||
<div className="p-3 border border-panel-secondary-content rounded mb-3"> | ||
<div className="p-3 border dark:border-waterloo light:border-gray-700 rounded mb-3"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="16" | ||
|
@@ -991,7 +991,7 @@ export const Mfa = () => { | |
<h1 className="mt-2 mb-0 text-2xl font-sans font-bold"> | ||
One Time Password | ||
</h1> | ||
<div className="text-panel-secondary-content text-base"> | ||
<div className="text-text-content-secondary text-base"> | ||
Please verify your identity using your registered email or phone | ||
number and follow the prompts to complete the password reset | ||
process. | ||
|
@@ -1035,10 +1035,10 @@ export const Mfa = () => { | |
</svg> | ||
{isSubmitting ? 'Verifying...' : 'Verify'} | ||
</Button> | ||
<div className="text-center text-panel-secondary-content text-sm mt-5"> | ||
<div className="text-center text-text-content-secondary text-sm mt-5"> | ||
Are you facing any problems with receiving the code? | ||
</div> | ||
<div className="mt-2.5 mb-5 text-panel-secondary-content text-sm flex items-center justify-center gap-5"> | ||
<div className="mt-2.5 mb-5 text-text-content-secondary text-sm flex items-center justify-center gap-5"> | ||
<a | ||
href="#" | ||
className="text-primary hover:text-primary-hover text-lg inline-flex items-center gap-2" | ||
|
@@ -1056,8 +1056,8 @@ export const Mfa = () => { | |
</a> | ||
</div> | ||
<Divider variant="secondary" className="my-4" /> | ||
<div className="mt-5 text-panel-secondary-content text-sm flex items-center justify-center gap-5"> | ||
<span className="text-panel-secondary-content text-sm"> | ||
<div className="mt-5 text-text-content-secondary text-sm flex items-center justify-center gap-5"> | ||
<span className="text-text-content-secondary text-sm"> | ||
Remember your password? | ||
</span> | ||
<a | ||
|
@@ -1117,7 +1117,7 @@ export const MfaLogin = () => { | |
<h1 className="mt-2 mb-0 text-2xl font-sans font-bold"> | ||
Enter your code | ||
</h1> | ||
<div className="text-panel-secondary-content text-base"> | ||
<div className="text-text-content-secondary text-base"> | ||
We sent a code to{' '} | ||
<a href="#" className="text-primary"> | ||
[email protected] | ||
|
@@ -1144,7 +1144,7 @@ export const MfaLogin = () => { | |
/> | ||
</Block> | ||
<Stack justifyContent="spaceBetween" className="mb-[190px]"> | ||
<div className="text-center text-panel-secondary-content text-base"> | ||
<div className="text-center text-text-content-secondary text-base"> | ||
Didn't receive a email? | ||
</div> | ||
<a | ||
|
@@ -1206,7 +1206,7 @@ export const MfaAuthenticator = () => { | |
<h1 className="mb-0 text-2xl font-sans font-bold"> | ||
Set up your two-factor authentication. | ||
</h1> | ||
<div className="text-panel-secondary-content"> | ||
<div className="text-text-content-secondary"> | ||
Scan this code with your Google authenticator app to continue this | ||
process. | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.