Skip to content

Commit

Permalink
fix: front devs master account
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Jan 26, 2024
1 parent f37b930 commit 0b8921a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class AuthService {
await this.authPhoneNumberRepository.delete(phone);
}

if (phoneNumber === '01090319869') {
if (phoneNumber === '01090319869' || phoneNumber === '01056210281') {
const phoneEntity = this.authPhoneNumberRepository.create({
user: { id: userId },
code: '000000',
Expand Down Expand Up @@ -287,7 +287,7 @@ export class AuthService {
await this.authPhoneNumberRepository.delete(phone);
}

if (phoneNumber === '01090319869') {
if (phoneNumber === '01090319869' || phoneNumber === '01056210281') {
const phoneEntity = this.authPhoneNumberRepository.create({
user: user,
code: '000000',
Expand Down

0 comments on commit 0b8921a

Please sign in to comment.