mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-23 15:52:30 +00:00
feat: add option to disable ui warnings
This commit is contained in:
@@ -236,6 +236,7 @@ func (app *BootstrapApp) Setup() error {
|
||||
ForgotPasswordMessage: app.config.ForgotPasswordMessage,
|
||||
BackgroundImage: app.config.BackgroundImage,
|
||||
OAuthAutoRedirect: app.config.OAuthAutoRedirect,
|
||||
DisableUIWarnings: app.config.DisableUIWarnings,
|
||||
}, apiRouter)
|
||||
|
||||
oauthController := controller.NewOAuthController(controller.OAuthControllerConfig{
|
||||
|
||||
Reference in New Issue
Block a user