External login completed
This commit is contained in:
parent
926a7a1148
commit
de1147ac1b
21 changed files with 695 additions and 71 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue