Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
stay signed in after SSO logins
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Dec 15, 2020
1 parent 7110b66 commit d892bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/wave-core/src/lib/users/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class UserService {
this.session$.next({
user: user.name,
sessionToken: response.session,
staySignedIn: false,
staySignedIn: true,
isExternallyConnected: true,
});
}),
Expand Down

0 comments on commit d892bbe

Please sign in to comment.