Skip to content

Commit

Permalink
add new ui flag
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Sep 25, 2024
1 parent 197a54a commit 606becf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ const SendEmailVerification = ({ email }: { email: string }): JSX.Element => {
email,
token,
targetFolder: undefined,
autoRegister: false
autoRegister: false,
newUi: true
});
}
} catch (e) {
Expand Down

0 comments on commit 606becf

Please sign in to comment.