Merge pull request #12 from grafixeyehero/master
Fix return from PIN reset to index.html
This commit is contained in:
@@ -8,7 +8,7 @@ define([], function() {
|
||||
message: msg,
|
||||
title: Globalize.translate("HeaderPasswordReset"),
|
||||
callback: function() {
|
||||
window.location.href = "login.html"
|
||||
window.location.href = "index.html"
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user