diff --git a/pkg/modules/migration/trello/trello.go b/pkg/modules/migration/trello/trello.go index 3ff894862..a286f3b32 100644 --- a/pkg/modules/migration/trello/trello.go +++ b/pkg/modules/migration/trello/trello.go @@ -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" +