mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix logging logic
This commit is contained in:
@ -73,7 +73,7 @@ const pushRegister = async (
|
|||||||
body: formData
|
body: formData
|
||||||
})
|
})
|
||||||
|
|
||||||
if (res.body.server_key) {
|
if (!res.body.server_key?.length) {
|
||||||
Sentry.setExtras({
|
Sentry.setExtras({
|
||||||
API: 'tooot',
|
API: 'tooot',
|
||||||
instance: instanceUri,
|
instance: instanceUri,
|
||||||
|
Reference in New Issue
Block a user