Skip to content

Commit

Permalink
fix(all): Create bot working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jul 18, 2023
1 parent 74f6ecc commit c3e6a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin.gbapp/services/GBAdminService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class GBAdminService implements IGBAdminService {

public static getMobileCode() {

return Math.trunc(Math.random() * 6);
return this.getNumberIdentifier(6);
}

public static getRndPassword(): string {
Expand Down

0 comments on commit c3e6a3d

Please sign in to comment.