mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 14:15:50 +00:00 
			
		
		
		
	feat: add option to disable continue screen
This commit is contained in:
		| @@ -208,6 +208,7 @@ func (api *API) SetupRoutes() { | ||||
| 				"oauth":               false, | ||||
| 				"provider":            "", | ||||
| 				"configuredProviders": api.Providers.GetConfiguredProviders(), | ||||
| 				"disableContinue":     api.Config.DisableContinue, | ||||
| 			}) | ||||
| 			return | ||||
| 		} | ||||
| @@ -220,6 +221,7 @@ func (api *API) SetupRoutes() { | ||||
| 			"oauth":               userContext.OAuth, | ||||
| 			"provider":            userContext.Provider, | ||||
| 			"configuredProviders": api.Providers.GetConfiguredProviders(), | ||||
| 			"disableContinue":     api.Config.DisableContinue, | ||||
| 		}) | ||||
| 	}) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stavros
					Stavros