From bdc7623216f5ff67efd5963784424ac3974a9179 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Fri, 5 Apr 2019 16:26:55 +0300 Subject: [PATCH] fix Indentation --- src/controllers/forgotpassword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } })