sso_auth improvements (#7197)

Co-authored-by: Timshel <timshel@users.noreply.github.com>
This commit is contained in:
Timshel
2026-05-16 19:18:46 +00:00
committed by GitHub
parent 2f85b62d2f
commit a057c7deae
11 changed files with 59 additions and 48 deletions
@@ -0,0 +1 @@
ALTER TABLE sso_auth DROP COLUMN code_response_error;
@@ -0,0 +1 @@
ALTER TABLE sso_auth ADD COLUMN code_response_error TEXT;