mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
nit: close drawer when connecting oauth in new window
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
window.location.href = url.toString()
|
||||
} else {
|
||||
window.open(url.toString(), '_blank')
|
||||
drawer.closeDrawer()
|
||||
}
|
||||
} else {
|
||||
let exists = await VariableService.existsVariable({
|
||||
|
||||
Reference in New Issue
Block a user