Improved oauth2 ui design

This commit is contained in:
Masu Baumgartner
2024-10-25 15:49:03 +02:00
parent 6f3341e6ad
commit eba6e00251
4 changed files with 192 additions and 18 deletions

View File

@@ -108,6 +108,8 @@ else
{
IsHandlingDone = true;
await InvokeAsync(StateHasChanged);
Navigation.NavigateTo("/", true);
}
}
@@ -120,6 +122,9 @@ else
$"&redirect_uri={authStartData.RedirectUri}" +
$"&response_type=code";
Navigation.NavigateTo(uri, true);
return;
try
{
await WindowService.Open(