mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-17 16:03:36 +00:00
sso_auth improvements (#7197)
Co-authored-by: Timshel <timshel@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE sso_auth DROP COLUMN IF EXISTS code_response_error;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sso_auth ADD COLUMN IF NOT EXISTS code_response_error TEXT;
|
||||
Reference in New Issue
Block a user