Skip to content
Snippets Groups Projects

feat: adding img and id in storage, displayed on menu

Merged Viktor Gunnar Grevskott requested to merge ImageInStorage into main
12 files
+ 421
86
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -5,6 +5,8 @@
export type AuthenticationResponse = {
firstName?: string;
lastName?: string;
userId?: number;
profileImage?: number;
role?: string;
subscriptionLevel?: string;
token?: string;
Loading