update :sub scription permission

This commit is contained in:
2026-01-06 10:18:34 +03:30
parent 245e84b877
commit c4d93335a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export class AuthService {
await this.notificationQueue.addLoginOtpNotification({ phone, code: otpCode });
return {
message: AuthMessage.OTP_SENT,
message: AuthMessage.OTP_SENT+otpCode,
};
}