mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
nit
This commit is contained in:
@@ -677,7 +677,7 @@
|
||||
}
|
||||
|
||||
let token = getContext<{ token?: string }>('AuthToken')
|
||||
if (token.token) {
|
||||
if (token?.token) {
|
||||
params.set('token', token.token)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user