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:
parent
1f7b040fe5
commit
26bccd55a8
2 changed files with 23 additions and 8 deletions
|
@ -159,7 +159,6 @@ const Login = React.memo(
|
|||
<div>
|
||||
{message && (
|
||||
<Message
|
||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||
{...{
|
||||
[message.type]: true,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue