refactor(frontend): route protected API access through server session
This commit is contained in:
parent
1d5630ed8c
commit
b11f64d5a1
31 changed files with 727 additions and 249 deletions
|
|
@ -10,6 +10,11 @@
|
|||
"nav_appName": "innercontext",
|
||||
"nav_appSubtitle": "personal health & skincare",
|
||||
|
||||
"auth_signedInAs": "Signed in as",
|
||||
"auth_roleAdmin": "Admin",
|
||||
"auth_roleMember": "Member",
|
||||
"auth_logout": "Log out",
|
||||
|
||||
"common_save": "Save",
|
||||
"common_cancel": "Cancel",
|
||||
"common_add": "Add",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue