WebClient shares: add a logout button

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-06-18 19:10:32 +02:00
parent 8bc08b25dc
commit 363770ab84
9 changed files with 155 additions and 60 deletions

View File

@@ -151,6 +151,7 @@ type basePage struct {
HasSearcher bool
HasExternalLogin bool
LoggedUser *dataprovider.Admin
IsLoggedToShare bool
Branding UIBranding
}