mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 21:06:32 +01:00
Merge pull request #556 from grafixeyehero/dev
Fix "Password Reset by PIN" page
This commit is contained in:
@@ -888,7 +888,7 @@ namespace Emby.Server.Implementations.Library
|
||||
|
||||
text.AppendLine("Use your web browser to visit:");
|
||||
text.AppendLine(string.Empty);
|
||||
text.AppendLine(localAddress + "/web/forgotpasswordpin.html");
|
||||
text.AppendLine(localAddress + "/web/index.html#!/forgotpasswordpin.html");
|
||||
text.AppendLine(string.Empty);
|
||||
text.AppendLine("Enter the following pin code:");
|
||||
text.AppendLine(string.Empty);
|
||||
|
||||
Reference in New Issue
Block a user