mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-04 05:34:10 -04:00
External login completed
This commit is contained in:
@@ -184,7 +184,7 @@ namespace LibationWinForms
|
||||
identity.Invalidate();
|
||||
|
||||
// re-registers device
|
||||
ApiExtended.CreateAsync(new Login.WinformResponder(account), account).GetAwaiter().GetResult();
|
||||
ApiExtended.CreateAsync(account, new Login.WinformLoginChoiceEager(account)).GetAwaiter().GetResult();
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user