1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

feat: Ability to automatically initiate OIDC authentication (#1092)

Closes #1091
This commit is contained in:
Kacy Luzzardi 2025-04-21 01:04:20 +02:00 committed by GitHub
parent 1f7b040fe5
commit 26bccd55a8
2 changed files with 23 additions and 8 deletions

View file

@ -159,7 +159,6 @@ const Login = React.memo(
<div>
{message && (
<Message
// eslint-disable-next-line react/jsx-props-no-spreading
{...{
[message.type]: true,
}}