We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db43f1c commit 9923eb9Copy full SHA for 9923eb9
1 file changed
internal/api/api_test.go
@@ -27,10 +27,11 @@ var apiConfig = types.APIConfig{
27
28
// Simple handlers config for tests
29
var handlersConfig = types.HandlersConfig{
30
- AppURL: "http://localhost:8080",
31
- DisableContinue: false,
32
- Title: "Tinyauth",
33
- GenericName: "Generic",
+ AppURL: "http://localhost:8080",
+ DisableContinue: false,
+ Title: "Tinyauth",
+ GenericName: "Generic",
34
+ ForgotPasswordMessage: "Some message",
35
}
36
37
// Simple auth config for tests
0 commit comments