1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix error

This commit is contained in:
grafixeyehero 2019-04-06 14:32:10 +03:00
parent bdc7623216
commit ff48e97262

View file

@ -14,7 +14,7 @@ define([], function() {
var msg = Globalize.translate("MessageForgotPasswordFileCreated");
return msg += "<br/>", msg += "<br/>", msg += "Enter PIN here to finish Password Reset<br/>" ,msg += "<br/>",msg += result.PinFile, msg += "<br/>", void Dashboard.alert({
message: msg,
title: Globalize.translate("HeaderForgotPassword")
title: Globalize.translate("HeaderForgotPassword"),
callback: function() {
Dashboard.navigate("forgotpasswordpin.html")
}