mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(core): token change logging
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
52a9940255
commit
fae59e8569
1 changed files with 1 additions and 1 deletions
|
|
@ -290,5 +290,5 @@ subscribe('csrf-token-update', (e) => {
|
|||
OC.requestToken = e.token
|
||||
|
||||
// Logging might help debug (Sentry) issues
|
||||
logger.info('OC.requestToken changed', e.token)
|
||||
logger.info('OC.requestToken changed', { token: e.token})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue