Skip to content
Snippets Groups Projects
Commit ac576c8e authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #14566 TIME 0:15 updateUserInfoWithTokenRefresh after change connection

parent 1852be07
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ export class ConnectionComponent implements OnInit { ...@@ -82,7 +82,7 @@ export class ConnectionComponent implements OnInit {
) )
.subscribe({ .subscribe({
next: () => { next: () => {
this.authService.authMode = connection; this.authService.updateUserInfoWithTokenRefresh();
this.notificationService.success('lang.connectionModeUpdated'); this.notificationService.success('lang.connectionModeUpdated');
}, },
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment