mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(OAuth): Remove masked_encrypted_extra from DB update properties (#31834)
This commit is contained in:
@@ -72,7 +72,7 @@ class UpdateDatabaseCommand(BaseCommand):
|
||||
self._properties["encrypted_extra"] = (
|
||||
self._model.db_engine_spec.unmask_encrypted_extra(
|
||||
self._model.encrypted_extra,
|
||||
self._properties["masked_encrypted_extra"],
|
||||
self._properties.pop("masked_encrypted_extra"),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user