Add generic oauth to routes

Signed-off-by: prichier <pascoualito@gmail.com>
This commit is contained in:
Keturah Dola-Borg 2020-03-27 21:49:44 -07:00 committed by prichier
parent cfd2165442
commit badaffcd5c
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ func InitRoutes(apper Apper, r *mux.Router) *mux.Router {
configureSlackOauth(handler, write, apper.App())
configureWriteAsOauth(handler, write, apper.App())
configureGitlabOauth(handler, write, apper.App())
configureGenericOauth(handler, write, apper.App())
// Set up dyamic page handlers
// Handle auth