Email Verification Request Fail #23

Open
opened 2024-03-27 00:32:32 +00:00 by pcfreak30 · 2 comments
Owner

/account/verify needs to be able to handle failures from /api/account/verify-email/resend when requesting via the resend button.

Additionally the UI looks a bit mushed and could use some padding?

image

/account/verify needs to be able to handle failures from /api/account/verify-email/resend when requesting via the resend button. Additionally the UI looks a bit mushed and could use some padding? ![image](/attachments/acaebaad-cab3-4a93-be47-a13aeb8aefcd)
242 KiB
pcfreak30 added this to the Q1 milestone 2024-03-27 00:32:32 +00:00
pcfreak30 added the
ui
bug
labels 2024-03-27 00:32:32 +00:00
ditorodev was assigned by pcfreak30 2024-03-27 00:32:32 +00:00
pcfreak30 added this to the Portal project 2024-03-27 00:32:32 +00:00
Collaborator

How can we make this be able to handle erros? Any API to use? Any input field? not sure what the process in terms of API is here

How can we make this be able to handle erros? Any API to use? Any input field? not sure what the process in terms of API is here
Author
Owner

@ditorodev If the api call returns an Error (instance of Error), Promise.reject() if needed for the query, and handle it however needed. I currently return errors rather than throw them.

Ex return sdk.account!().requestEmailVerification() can be bool or Error.

@ditorodev If the api call returns an `Error` (instance of Error), `Promise.reject()` if needed for the query, and handle it however needed. I currently return errors rather than throw them. Ex `return sdk.account!().requestEmailVerification()` can be `bool` or `Error`.
pcfreak30 modified the milestone from Q1 to Q2 2024-03-29 00:51:58 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LumeWeb/portal-dashboard#23
No description provided.