mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
fix(frontend): remove unused hasMultipleProviders variable
This commit is contained in:
@@ -33,7 +33,6 @@ export const Login: Component<LoginProps> = (props) => {
|
||||
|
||||
const supportsOIDC = () => Boolean(authStatus()?.oidcEnabled);
|
||||
const ssoProviders = () => authStatus()?.ssoProviders || [];
|
||||
const hasMultipleProviders = () => ssoProviders().length > 0;
|
||||
|
||||
const resolveSSOError = (reason?: string | null) => {
|
||||
switch (reason) {
|
||||
|
||||
Reference in New Issue
Block a user