Merge pull request #112 from Fallenbagel/forgotPasswordFix
fix: fixes jellyfin forgot password and adds emby support to the forgort password link
This commit is contained in:
@@ -282,8 +282,11 @@ const JellyfinLogin: React.FC<JellyfinLoginProps> = ({
|
|||||||
as="a"
|
as="a"
|
||||||
buttonType="ghost"
|
buttonType="ghost"
|
||||||
href={
|
href={
|
||||||
settings.currentSettings.jellyfinHost +
|
process.env.JELLYFIN_TYPE == 'emby'
|
||||||
'/web/#!/forgotpassword.html'
|
? settings.currentSettings.jellyfinHost +
|
||||||
|
'/web/index.html#!/startup/forgotpassword.html'
|
||||||
|
: settings.currentSettings.jellyfinHost +
|
||||||
|
'/web/index.html#!/forgotpassword.html'
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{intl.formatMessage(messages.forgotpassword)}
|
{intl.formatMessage(messages.forgotpassword)}
|
||||||
|
|||||||
Reference in New Issue
Block a user