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

9 lines
145 B
Go

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