mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Make styling more consistent
This commit is contained in:
parent
a5e55ba859
commit
03cc6b1d78
@ -407,12 +407,12 @@ namespace Jellyfin.Server.Implementations.Users
|
|||||||
var authenticationProvider = authResult.authenticationProvider;
|
var authenticationProvider = authResult.authenticationProvider;
|
||||||
var success = authResult.success;
|
var success = authResult.success;
|
||||||
|
|
||||||
if (user is null)
|
if (user == null)
|
||||||
{
|
{
|
||||||
string updatedUsername = authResult.username;
|
string updatedUsername = authResult.username;
|
||||||
|
|
||||||
if (success
|
if (success
|
||||||
&& authenticationProvider is not null
|
&& authenticationProvider != null
|
||||||
&& authenticationProvider is not DefaultAuthenticationProvider)
|
&& authenticationProvider is not DefaultAuthenticationProvider)
|
||||||
{
|
{
|
||||||
// Trust the username returned by the authentication provider
|
// Trust the username returned by the authentication provider
|
||||||
|
Loading…
x
Reference in New Issue
Block a user