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

fix Indentation

This commit is contained in:
grafixeyehero 2019-04-05 16:26:55 +03:00
parent e0d40e29a3
commit bdc7623216

View file

@ -15,7 +15,7 @@ define([], function() {
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")
callback: function() {
callback: function() {
Dashboard.navigate("forgotpasswordpin.html")
}
})