Skip to content

Commit e43b523

Browse files
committed
changed google_register secret type to 32 for #33
1 parent 50d6978 commit e43b523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Amino.NET/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ public Task register_google(string nickname, string googleToken, string password
408408

409409
Dictionary<string, object> data = new Dictionary<string, object>()
410410
{
411-
{ "secret", $"12 {googleToken}" },
411+
{ "secret", $"32 {googleToken}" },
412412
{ "secret2", $"0 {password}" },
413413
{ "deviceID", deviceId },
414414
{ "clientType", 100 },

0 commit comments

Comments
 (0)