mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 05:55:02 +00:00
feat: setup account page for customer and centeralize the otps and phone usages to use the iam user
This commit is contained in:
@@ -19,6 +19,15 @@ export const URL_CONSTANTS = {
|
||||
CHECK_AVAILABILITY: "/api/auth/check-availability",
|
||||
},
|
||||
|
||||
// The signed-in user's own account record. Distinct from COMPANIES_API.PROFILE,
|
||||
// which is the company's business profile — these are the identity fields that
|
||||
// OTPs and SMS notifications are actually delivered to.
|
||||
ACCOUNT: {
|
||||
CONTACT_OTP: "/api/me/contact/otp",
|
||||
CONTACT: "/api/me/contact",
|
||||
NAME: "/api/me/name",
|
||||
},
|
||||
|
||||
OTP: {
|
||||
SEND: "/api/otp/send",
|
||||
VERIFY: "/api/otp/verify",
|
||||
|
||||
Reference in New Issue
Block a user