diff --git a/Moonlight/Core/UI/Views/Admin/Api/Keys.razor b/Moonlight/Core/UI/Views/Admin/Api/Keys.razor
index c524c8e7..79223d13 100644
--- a/Moonlight/Core/UI/Views/Admin/Api/Keys.razor
+++ b/Moonlight/Core/UI/Views/Admin/Api/Keys.razor
@@ -12,7 +12,7 @@
@attribute [RequirePermission(9998)]
-
+
- @apiKeyHalf
- @bogusHalf
+
+ @apiKeyHalf
+ [...]
+
@@ -45,7 +47,7 @@
@Formatter.FormatDate(context!.ExpiresAt)
-
+
@@ -56,7 +58,7 @@
{
return repository.Get();
}
-
+
private async Task ValidateAdd(ApiKey apiKey)
{
var key = Formatter.GenerateString(32);
@@ -65,4 +67,4 @@
await ClipboardService.Copy(key);
await ToastService.Info("Copied api key into your clipboard");
}
-}
+}
\ No newline at end of file