Skip to content

Commit 588f4f2

Browse files
committed
Checkpoint
1 parent b8b0ba6 commit 588f4f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client-app/src/core/AuthModel.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ export class AuthModel extends HoistAuthModel {
4747
return {Authorization: `Bearer ${idToken.value}`};
4848
} catch (e) {
4949
XH.suspendApp({
50-
message:
51-
'Your authentication has expired and you have been logged out of the app.' +
52-
'Please reload now to continue.',
50+
message: 'Your authentication has expired. Please reload now to continue.',
5351
reason: 'AUTH_EXPIRED'
5452
});
5553
}

0 commit comments

Comments
 (0)