fix(all): Create bot working again.
This commit is contained in:
parent
74f6ecccde
commit
c3e6a3da7a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue