Cleaned up using in project. Improved prohect structure and refactored page names. Upgraded dependencies
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
private CreateApiKeyDto Request;
|
||||
|
||||
private readonly List<string> Permissions = new();
|
||||
private readonly List<string> Permissions = [];
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
@@ -88,7 +88,7 @@
|
||||
}
|
||||
|
||||
await ToastService.SuccessAsync(
|
||||
"API Key creation",
|
||||
"API Key Creation",
|
||||
$"Successfully created API key {Request.Name}"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user