mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Merge pull request #556 from grafixeyehero/dev
Fix "Password Reset by PIN" page
This commit is contained in:
commit
016bad1ea3
@ -11,7 +11,8 @@
|
|||||||
- [AnthonyLavado](https://github.com/anthonylavado)
|
- [AnthonyLavado](https://github.com/anthonylavado)
|
||||||
- [sparky8251](https://github.com/sparky8251)
|
- [sparky8251](https://github.com/sparky8251)
|
||||||
- [LeoVerto](https://github.com/LeoVerto)
|
- [LeoVerto](https://github.com/LeoVerto)
|
||||||
|
- [grafixeyehero](https://github.com/grafixeyehero)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
- [LukePulverenti](https://github.com/LukePulverenti)
|
- [LukePulverenti](https://github.com/LukePulverenti)
|
||||||
|
@ -888,7 +888,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
|
|
||||||
text.AppendLine("Use your web browser to visit:");
|
text.AppendLine("Use your web browser to visit:");
|
||||||
text.AppendLine(string.Empty);
|
text.AppendLine(string.Empty);
|
||||||
text.AppendLine(localAddress + "/web/forgotpasswordpin.html");
|
text.AppendLine(localAddress + "/web/index.html#!/forgotpasswordpin.html");
|
||||||
text.AppendLine(string.Empty);
|
text.AppendLine(string.Empty);
|
||||||
text.AppendLine("Enter the following pin code:");
|
text.AppendLine("Enter the following pin code:");
|
||||||
text.AppendLine(string.Empty);
|
text.AppendLine(string.Empty);
|
||||||
|
Loading…
Reference in New Issue
Block a user