update :sub scription permission
This commit is contained in:
@@ -99,7 +99,7 @@ export class AuthService {
|
||||
await this.notificationQueue.addLoginOtpNotification({ phone, code: otpCode });
|
||||
|
||||
return {
|
||||
message: AuthMessage.OTP_SENT,
|
||||
message: AuthMessage.OTP_SENT+otpCode,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user