diff options
| author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-08 08:57:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-08 08:57:56 -0400 |
| commit | 69b74d9330e42fc91a9c7423d00a06cd6d3732bf (patch) | |
| tree | 7140c417741cea23e32ac1ac6cd05d907bbf60b4 /synapse/rest/client/account.py | |
| parent | Raise setuptools_rust version cap to 1.7.0 (#16277) (diff) | |
| download | synapse-69b74d9330e42fc91a9c7423d00a06cd6d3732bf.tar.xz | |
Avoid temporary storage of sensitive information. (#16272)
During the UI auth process, avoid storing sensitive information into the database.
Diffstat (limited to 'synapse/rest/client/account.py')
| -rw-r--r-- | synapse/rest/client/account.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/rest/client/account.py b/synapse/rest/client/account.py |
