|
@@ -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);
|