mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix the forgotpasswordpin
fix passwordreset.txt print
This commit is contained in:
parent
3d867c2c46
commit
9659decef0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user