mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #12 from grafixeyehero/master
Fix return from PIN reset to index.html
This commit is contained in:
commit
d2c6840ceb
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
- [sparky8251](https://github.com/sparky8251)
|
- [sparky8251](https://github.com/sparky8251)
|
||||||
- [LeoVerto](https://github.com/LeoVerto)
|
- [LeoVerto](https://github.com/LeoVerto)
|
||||||
- [cvium](https://github.com/cvium)
|
- [cvium](https://github.com/cvium)
|
||||||
|
- [grafixeyehero](https://github.com/grafixeyehero)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ define([], function() {
|
||||||
message: msg,
|
message: msg,
|
||||||
title: Globalize.translate("HeaderPasswordReset"),
|
title: Globalize.translate("HeaderPasswordReset"),
|
||||||
callback: function() {
|
callback: function() {
|
||||||
window.location.href = "login.html"
|
window.location.href = "index.html"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue