Skip to content

feat: Add some hints when auth error happen#1100

Open
CarlSchwan wants to merge 1 commit intomasterfrom
carl/hint-error
Open

feat: Add some hints when auth error happen#1100
CarlSchwan wants to merge 1 commit intomasterfrom
carl/hint-error

Conversation

@CarlSchwan
Copy link
Copy Markdown
Member

No description provided.

@CarlSchwan CarlSchwan added this to the 8.0.2 milestone May 4, 2026
@CarlSchwan CarlSchwan self-assigned this May 4, 2026
@CarlSchwan CarlSchwan requested a review from blizzz as a code owner May 4, 2026 09:58
Signed-off-by: Carl Schwan <carlschwan@kde.org>
ValidationError::INVALID_SIGNATURE => 'Check if the IDP x509 is correctly set and you are using the signing/token-signing certificate of the provider.',
];

$code = $errors[count($errors) - 1];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$code = $errors[count($errors) - 1];
$code = end($errors);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants