warrior 9 місяців тому
батько
коміт
c2e7d555ba

+ 0 - 4
projects/textbook/src/modules/login/account-info/account-info.component.ts

@@ -143,10 +143,6 @@ export class AccountInfoComponent implements OnInit {
   }
 
   async profileSave(params: any) {
-    if(!await this.authUser()){
-      return
-    }
-
     this.user?.set('name', params.name);
     this.user?.set('email', params.email);
     this.user?.set('phone', params.email);