diff --git a/src/app/pages/guest/sign/sign.component.ts b/src/app/pages/guest/sign/sign.component.ts index ff816b8..c1fa7c8 100644 --- a/src/app/pages/guest/sign/sign.component.ts +++ b/src/app/pages/guest/sign/sign.component.ts @@ -193,7 +193,7 @@ export class SignComponent { this.us.setUser(user); - this.us.load(); + this.us.get(); this._router.navigateByUrl('/profile'); } else {