This commit is contained in:
Ruben Fiszel
2025-09-24 18:13:32 +00:00
parent eda985df1c
commit 90d055afc6
+1 -1
View File
@@ -677,7 +677,7 @@
}
let token = getContext<{ token?: string }>('AuthToken')
if (token.token) {
if (token?.token) {
params.set('token', token.token)
}