From 98194992fe98e62af176858ce0ddb7381a5c2ab5 Mon Sep 17 00:00:00 2001 From: gsd Date: Tue, 6 May 2025 21:19:56 +0300 Subject: [PATCH] auth fix --- src/app/services/auth.service.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/services/auth.service.ts b/src/app/services/auth.service.ts index 8f9f571..2a189a2 100644 --- a/src/app/services/auth.service.ts +++ b/src/app/services/auth.service.ts @@ -35,6 +35,10 @@ export class AuthService { steamdata: res.steam_data, steamIds: res.steamids, permition: res.permition } sessionStorage.setItem(AuthService.KEY, JSON.stringify(user)) + this.steamdata = res.steam_data; + this.steamIds = res.steamids; + this.permition = res.permition; + console.log("user data created"); }) } else { // @ts-ignore