We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dd7c6 commit 5b05f11Copy full SHA for 5b05f11
1 file changed
Sources/LocalAuthentication/Routing/webroutes/WebHandlers.login.swift
@@ -39,7 +39,7 @@ extension LocalAuthWebHandlers {
39
} else {
40
context["msg_title"] = "Login Error."
41
context["msg_body"] = "Username or password not supplied"
42
- template = "views/login"
+ template = "views/loginError"
43
}
44
response.render(template: template, context: context)
45
response.completed()
0 commit comments