Files
netbird/client/ssh/server/userswitching_js.go
T

9 lines
143 B
Go

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