diff --git a/Moonlight/Shared/Components/Partials/Navbar.razor b/Moonlight/Shared/Components/Partials/Navbar.razor index 9952884f..f0f01e56 100644 --- a/Moonlight/Shared/Components/Partials/Navbar.razor +++ b/Moonlight/Shared/Components/Partials/Navbar.razor @@ -9,6 +9,34 @@ @inject NavigationManager NavigationManager @inject CookieService CookieService + +
- +
Avatar @@ -39,7 +67,7 @@
@(User.FirstName) @(User.LastName) - + @if (User.Admin) { Admin @@ -51,10 +79,14 @@
@@ -80,4 +112,4 @@ await CookieService.SetValue("token", "", 1); NavigationManager.NavigateTo(NavigationManager.Uri, true); } -} +} \ No newline at end of file diff --git a/Moonlight/resources/lang/de_de.lang b/Moonlight/resources/lang/de_de.lang index bc1ff821..8f280dab 100644 --- a/Moonlight/resources/lang/de_de.lang +++ b/Moonlight/resources/lang/de_de.lang @@ -406,21 +406,4 @@ The City field is required.;The City field is required. The State field is required.;The State field is required. The Country field is required.;The Country field is required. Street and house number requered;Street and house number requered -Max lenght reached;Max lenght reached -Security;Security -Subscriptions;Subscriptions -Secure your account;Secure your account -2fa adds another layer of security to your account. You have to enter a 6 digit code in order to login.;2fa adds another layer of security to your account. You have to enter a 6 digit code in order to login. -enable;enable -Activate 2fa;Activate 2fa -2fa apps;2fa apps -Use an app like ;Use an app like -or;or -and scan the following QR Code;and scan the following QR Code -If you have trouble using the QR Code, select manual input in the app and enter your email and the following code:;If you have trouble using the QR Code, select manual input in the app and enter your email and the following code: -Finish activation;Finish activation -New password;New password -Enable;Enable -Your account is secured with 2fa;Your account is secured with 2fa -anyone write a fancy text here?;anyone write a fancy text here? -Disable;Disable +Max lenght reached;Max lenght reached \ No newline at end of file