mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(websocket): abort websocket when logout EE-6058 (#10371)
This commit is contained in:
parent
157393c965
commit
8e3c47719e
15 changed files with 228 additions and 50 deletions
|
@ -1269,6 +1269,7 @@ type (
|
|||
Username string
|
||||
Role UserRole
|
||||
ForceChangePassword bool
|
||||
Token string
|
||||
}
|
||||
|
||||
// TunnelDetails represents information associated to a tunnel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue