mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
8 lines
112 B
Go
8 lines
112 B
Go
//go:build release
|
|
|
|
package api
|
|
|
|
func resolveAdminBypassEnv() (enabled, declined bool) {
|
|
return false, false
|
|
}
|