We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3406f42 commit b27aa2aCopy full SHA for b27aa2a
1 file changed
StabilityMatrix.Avalonia/ViewModels/Inference/PromptCardViewModel.cs
@@ -230,12 +230,9 @@ protected override Task OnInitialLoadedAsync()
230
{
231
try
232
233
+ await accountsService.RefreshLykosAsync();
234
var isLoggedIn = await accountsService.HasStoredLykosAccountAsync();
- if (isLoggedIn)
235
- {
236
- await accountsService.RefreshLykosAsync();
237
- }
238
- else
+ if (!isLoggedIn)
239
240
return;
241
}
0 commit comments