mirror of
https://github.com/aliasvault/aliasvault.git
synced 2025-12-23 22:28:22 -05:00
Remove loading animation from web app generate random alias button (#1402)
This commit is contained in:
committed by
Leendert de Borst
parent
23c9bf2fc9
commit
0930ae03cd
@@ -481,9 +481,6 @@ else
|
||||
|
||||
private async Task GenerateRandomAlias()
|
||||
{
|
||||
GlobalLoadingSpinner.Show();
|
||||
StateHasChanged();
|
||||
|
||||
// Store current values BEFORE generating, as the service might modify them
|
||||
string currentUsername = Obj.Username ?? string.Empty;
|
||||
string currentPassword = Obj.Password.Value ?? string.Empty;
|
||||
@@ -528,7 +525,6 @@ else
|
||||
LastGeneratedEmail = generatedObj.Alias.Email;
|
||||
}
|
||||
|
||||
GlobalLoadingSpinner.Hide();
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user