Skip to content

Commit

Permalink
remove skip button in add authenticator modal
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntVal committed Apr 19, 2024
1 parent 6383cfa commit 9ad9956
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@ export function AddAuthenticatorsForm({
</div>
{!isSuccess ? (
<>
<Button
{/* <Button
className="!ui-no-underline !ui-text-sm !ui-p-0 ui-max-w-max"
onClick={() => setIsOpen(false)}
structure="naked"
>
SKIP FOR NOW
</Button>
</Button> */}
<div className="ui-flex ui-gap-4 ui-w-full ui-justify-center">
{/* <Button
className={
Expand Down

0 comments on commit 9ad9956

Please sign in to comment.