diff options
| author | DESKTOP-S0O2C44\ROG <ivan996sk@gmail.com> | 2022-04-06 23:26:45 +0200 |
|---|---|---|
| committer | DESKTOP-S0O2C44\ROG <ivan996sk@gmail.com> | 2022-04-06 23:26:45 +0200 |
| commit | 07eb321090326a13d997b0c6380d5cb02463f5a2 (patch) | |
| tree | de0cabcf71cc3bb6c37a9b5285f200ef825a7054 /frontend/src/app/Shared.ts | |
| parent | 50ded629f0d85b8e998780aef8adf09f09d6d232 (diff) | |
| parent | 82f95737f31134ca9e2a811f428d19bc7fdd5b43 (diff) | |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/Shared.ts')
| -rw-r--r-- | frontend/src/app/Shared.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/Shared.ts b/frontend/src/app/Shared.ts index 86e26687..a069ff8b 100644 --- a/frontend/src/app/Shared.ts +++ b/frontend/src/app/Shared.ts @@ -7,6 +7,7 @@ class Shared { constructor( public loggedIn: boolean, public username: string = '', + public userId: string = '', public photoId: string = '1', public dialog?: MatDialog //public alertDialog?: ElementRef |
