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