Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jan 18, 2025
1 parent c5c2815 commit cbefe2e
Show file tree
Hide file tree
Showing 20 changed files with 716 additions and 799 deletions.
3 changes: 2 additions & 1 deletion src/common/Alerts/AlertProfileVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export const AlertProfileVerification = () => {

if (!isVerificationSuccessful) {
try {
await userStore.sendEmailVerification()
// TODO
// await userStore.sendEmailVerification()
setVerificationState('sent')
} catch (error) {
setVerificationState('error')
Expand Down
214 changes: 0 additions & 214 deletions src/pages/SignIn/SignIn.tsx

This file was deleted.

Loading

0 comments on commit cbefe2e

Please sign in to comment.