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

9 lines
145 B
Go

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