We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab914d commit d1e32a1Copy full SHA for d1e32a1
telegram/auth/qrlogin/qrlogin.go
@@ -53,7 +53,6 @@ func (q QR) Export(ctx context.Context, exceptIDs ...int64) (Token, error) {
53
case *tg.AuthLoginTokenSuccess:
54
// Token was already accepted, authentication successful
55
// Return empty token since no new token is needed
56
- ctx.Done()
57
return Token{}, nil
58
case *tg.AuthLoginTokenMigrateTo:
59
// Migration needed
0 commit comments