mirror of
https://github.com/volatiletech/authboss.git
synced 2026-06-19 23:00:27 +02:00
Merge branch 'nkonev/v2' into v2
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user