#34 Enabled user login again

This commit is contained in:
Serraniel 2020-07-27 12:53:05 +02:00
parent 4d9f40ac04
commit 237ab35e70
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -10,8 +10,7 @@ namespace DML.Client
public static async Task<bool> Login(string token)
{
// TODO: Fix Login with usertoken
//await Client.LoginAsync(TokenType.User, token);
await Client.LoginAsync(TokenType.User, token);
await Client.StartAsync();
await Task.Delay(1000);