Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/da7eac4336b58f67c6b20f7e6b5fc81c413c18d1/MediaBrowser.Model/Users/ForgotPasswordAction.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Users/ForgotPasswordAction.cs

11 lines
169 B

namespace MediaBrowser.Model.Users
{
public enum ForgotPasswordAction
{
ContactAdmin = 0,
PinCode = 1,
InNetworkRequired = 2
}
}