Files
netbird/client/ssh/server/userswitching_js.go
2025-11-17 17:10:41 +01:00

9 lines
143 B
Go

//go:build js
package server
// enableUserSwitching is not supported on JS/WASM
func enableUserSwitching() error {
return errNotSupported
}