Files
netbird/client/ssh/server/userswitching_js.go
2025-10-02 15:59:17 +02:00

9 lines
143 B
Go

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