Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/modules/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
AuthManager.isUserLoggedIn = false;

if (error.status === -1 || error.status === 503) {
vm.errorMsg = "Tendrl API is not reachable. Please restart the Tendrl API server by before logging in.";
vm.errorMsg = "Tendrl API is not reachable. Please restart the Tendrl API server before logging in.";
vm.user.username = "";
} else {
vm.errorMsg = "The username or password you entered does not match our records. Please try again.";
Expand Down