mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
[client,signal,management] Add browser client support (#4415)
This commit is contained in:
8
util/util_js.go
Normal file
8
util/util_js.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build js
|
||||
|
||||
package util
|
||||
|
||||
// IsAdmin returns false for WASM as there's no admin concept in browser
|
||||
func IsAdmin() bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user