Merge pull request #8145 from DDDHuang/app_login
fix: login failed spelling
This commit is contained in:
commit
e035ff573d
|
@ -226,7 +226,7 @@ login(post, #{body := Params}) ->
|
||||||
}};
|
}};
|
||||||
{error, R} ->
|
{error, R} ->
|
||||||
?SLOG(info, #{msg => "Dashboard login failed", username => Username, reason => R}),
|
?SLOG(info, #{msg => "Dashboard login failed", username => Username, reason => R}),
|
||||||
{401, ?WRONG_USERNAME_OR_PWD, <<"Auth filed">>}
|
{401, ?WRONG_USERNAME_OR_PWD, <<"Auth failed">>}
|
||||||
end.
|
end.
|
||||||
|
|
||||||
logout(_, #{
|
logout(_, #{
|
||||||
|
|
Loading…
Reference in New Issue