mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Readd accidentally removed bad scheme error
This commit is contained in:
@@ -320,6 +320,7 @@ namespace Tgstation.Server.Api
|
||||
Password = String.Concat(basicAuthSplits.Skip(1));
|
||||
break;
|
||||
default:
|
||||
AddError(HeaderErrorTypes.AuthorizationInvalid, "Invalid authentication scheme!");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user