removed sms otp & created normal login & add update user

This commit is contained in:
2024-04-19 19:12:45 +07:00
parent f7392598c5
commit 8e630edfed
2 changed files with 47 additions and 94 deletions

View File

@@ -1,8 +1,4 @@
export const Config = {
sms_api_key: "1796570121771765",
sms_api_secret: "0957b611d575febff1ae0fc51070c8b7",
sms_api_request_endpoint: "https://otp.thaibulksms.com/v2/otp/request",
sms_api_verify_endpoint: "https://otp.thaibulksms.com/v2/otp/verify",
jwt_secret:
"T4kE6/tIqCVEZYg9lwsqeJjYfOoXTXSXDEMyParsJjj57CjSdkrfPOLWP74/9lJpcBA=",
token_duration: "365d",