Skip to content

Commit

Permalink
Fix: provide account choice on sign in (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed May 5, 2020
1 parent ed0bcc8 commit a8afe91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/graph-client/msal-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function getSessionId() {
export async function logIn(sessionId = ''): Promise<any> {
const loginRequest: AuthenticationParameters = {
scopes: defaultUserScopes,
prompt: 'select_account'
};

if (sessionId !== '') {
Expand Down

0 comments on commit a8afe91

Please sign in to comment.