mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Merge pull request #12 from grafixeyehero/master
Fix return from PIN reset to index.html
This commit is contained in:
commit
d2c6840ceb
@ -12,6 +12,7 @@
|
||||
- [sparky8251](https://github.com/sparky8251)
|
||||
- [LeoVerto](https://github.com/LeoVerto)
|
||||
- [cvium](https://github.com/cvium)
|
||||
- [grafixeyehero](https://github.com/grafixeyehero)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
@ -8,7 +8,7 @@ define([], function() {
|
||||
message: msg,
|
||||
title: Globalize.translate("HeaderPasswordReset"),
|
||||
callback: function() {
|
||||
window.location.href = "login.html"
|
||||
window.location.href = "index.html"
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user