Skip to content
Snippets Groups Projects
Commit 57aff5d3 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

minor fix

parent 0dbf4d3f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ export default class SessionService extends BaseSessionService {
@service currentUser;
async handleAuthentication() {
super.handleAuthentication(...arguments);
super.handleAuthentication("authenticated.index");
try {
await this.currentUser.loadCurrentUser();
} catch (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment