mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 07:54:10 +00:00
fix(frontend): remove unused hasMultipleProviders variable
This commit is contained in:
parent
b5233466a3
commit
dcffc3f249
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue