Skip to content

Commit 5944791

Browse files
committed
add pkce
1 parent 3e2d081 commit 5944791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/provider/seznam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (g seznamProvider) GetOAuthToken(ctx context.Context, code string, opts ...
6666
}
6767

6868
func (g seznamProvider) RequiresPKCE() bool {
69-
return false
69+
return true
7070
}
7171

7272
func (g seznamProvider) GetUserData(ctx context.Context, tok *oauth2.Token) (*UserProvidedData, error) {

0 commit comments

Comments
 (0)