fix(migration): do not expire trello token
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e5e66d73f5
commit
dc291a51f5
@ -74,7 +74,7 @@ func (m *Migration) Name() string {
|
||||
// @Router /migration/trello/auth [get]
|
||||
func (m *Migration) AuthURL() string {
|
||||
return "https://trello.com/1/authorize" +
|
||||
"?expiration=1hour" +
|
||||
"?expiration=never" +
|
||||
"&scope=read" +
|
||||
"&callback_method=fragment" +
|
||||
"&response_type=token" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user