Skip to content

Commit

Permalink
Revert redundant diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansFavour committed Aug 28, 2024
1 parent c0a9786 commit 929470c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build/passwordlessprebuiltui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ResendButton = withOverride(
type="button"
disabled={secsUntilResend !== undefined}
onClick={onClick}
data-supertokens="link formLabelLinkBtn linkButton resendCodeBtn">
data-supertokens="link linkButton formLabelLinkBtn resendCodeBtn">
{secsUntilResend !== undefined ? (
<React.Fragment>
{t("PWLESS_RESEND_BTN_DISABLED_START")}
Expand Down

0 comments on commit 929470c

Please sign in to comment.