fix(core): token change logging

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2025-10-29 09:31:18 +01:00 committed by nextcloud-command
parent 52a9940255
commit fae59e8569

View file

@ -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})
})