diff --git a/src/controllers/forgotpassword.js b/src/controllers/forgotpassword.js
index 9c1ed7d5f..a2528c5a5 100644
--- a/src/controllers/forgotpassword.js
+++ b/src/controllers/forgotpassword.js
@@ -15,7 +15,7 @@ define([], function() {
return msg += "
", msg += "
", msg += "Enter PIN here to finish Password Reset
" ,msg += "
",msg += result.PinFile, msg += "
", void Dashboard.alert({
message: msg,
title: Globalize.translate("HeaderForgotPassword")
- callback: function() {
+ callback: function() {
Dashboard.navigate("forgotpasswordpin.html")
}
})