authorizer/dashboard/src/utils/index.ts

3 lines
115 B
TypeScript
Raw Normal View History

export const hasAdminSecret = () => {
return (<any>window)["__authorizer__"].isOnboardingCompleted === true
}