mirror of
https://github.com/volatiletech/authboss.git
synced 2025-02-13 13:58:38 +02:00
Merge branch 'nkonev/v2' into v2
This commit is contained in:
commit
8c07f314e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ _testmain.go
|
||||
.idea
|
||||
|
||||
defaults/smtp_mailer_test.json
|
||||
|
||||
|
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
exchanger = func(_ *oauth2.Config, _ context.Context, _ string) (*oauth2.Token, error) {
|
||||
exchanger = func(_ *oauth2.Config, _ context.Context, _ string, _ ...oauth2.AuthCodeOption) (*oauth2.Token, error) {
|
||||
return testToken, nil
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user