|
@@ -85,7 +85,7 @@ export class AccountInfoComponent implements OnInit {
|
|
|
|
|
|
ngOnInit() {
|
|
|
let user = Parse.User.current()
|
|
|
- if(user?.id) history.back()
|
|
|
+ if(!user?.id) history.back()
|
|
|
this.user = user
|
|
|
this.validateForm.value.phone = user?.get('phone')
|
|
|
this.validateForm.value.email = user?.get('email')
|