Skip to content

Commit 1b08984

Browse files
committed
Fix checkSession missing closing brace
1 parent e45c852 commit 1b08984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ class AuthManager {
203203
const profile = await this.getUserProfile(user.id);
204204
if (!profile) return null;
205205
this.currentUser = user;
206-
this.userProfile = profile;
207206
return { session: { user }, profile };
207+
}
208208

209209
// Redirect by Role
210210
redirectByRole(role) {

0 commit comments

Comments
 (0)