mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Disable invalid auth provider
This commit is contained in:
parent
c0be770681
commit
a839b015f9
@ -15,7 +15,7 @@ namespace Jellyfin.Server.Implementations.Users
|
||||
public string Name => "InvalidOrMissingAuthenticationProvider";
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool IsEnabled => true;
|
||||
public bool IsEnabled => false;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Task<ProviderAuthenticationResult> Authenticate(string username, string password)
|
||||
|
Loading…
x
Reference in New Issue
Block a user