mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1549
Author: @J-Lassauw
Created: 7/22/2025
Status: ❌ Closed
Base:
main← Head:2fa-cptcha-fix📝 Commits (2)
25eced9Fixes [PR #1732] [MERGED] Switch tenant slug back to short uuid (#1542)e1e4eaeChanged captcha validation to the login view📊 Changes
3 files changed (+45 additions, -1 deletions)
View changed files
📝
app/Extensions/Captcha/Schemas/Turnstile/Component.php(+3 -1)📝
app/Filament/Pages/Auth/Login.php(+41 -0)📝
resources/views/filament/components/turnstile-captcha.blade.php(+1 -0)📄 Description
disables turnstyle when the user is prompted for 2FA, in order to get to the 2FA prompt the user must pass turnstyle but can not use the same one twice.
Aims to fix #1542
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.