Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit badaffc

Browse files
echoesactiiipascoual
authored andcommitted
Add generic oauth to routes
Signed-off-by: prichier <[email protected]>
1 parent cfd2165 commit badaffc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

routes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func InitRoutes(apper Apper, r *mux.Router) *mux.Router {
7676
configureSlackOauth(handler, write, apper.App())
7777
configureWriteAsOauth(handler, write, apper.App())
7878
configureGitlabOauth(handler, write, apper.App())
79+
configureGenericOauth(handler, write, apper.App())
7980

8081
// Set up dyamic page handlers
8182
// Handle auth

0 commit comments

Comments
 (0)