mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-01-15 13:49:33 +00:00
Fix Errors caused typo and get information from API
This commit is contained in:
parent
9910514714
commit
5e1dc0931c
2 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ export class DefaultHeaderComponent extends HeaderComponent {
|
|||
) {
|
||||
super();
|
||||
var _self = this;
|
||||
var session_info: string = localStorage.getItem('current_user') || "[]]";
|
||||
var session_info: string = localStorage.getItem('current_user') || "[]";
|
||||
this.current_user = JSON.parse(session_info);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue