Fixing formatting issue

This commit is contained in:
Rasika Perera 2016-12-09 19:06:00 +05:30
parent 91437ff81c
commit 1bee155d9a

View File

@ -22,7 +22,7 @@ function onRequest(context) {
loginActionUrl = "/commonauth";
}
if(authFailure){
if (authFailure) {
viewModel.message = "Login failed! Please recheck the username and password and try again.";
}