disable Place Order if disallowed
This commit is contained in:
@@ -43,7 +43,7 @@ export const useStore = defineStore('app', ()=> {
|
||||
const nav = ref(false) // controls opening navigation drawer
|
||||
const theme = ref('light') // todo 'dark'
|
||||
|
||||
const connected = ref(false)
|
||||
const connected = ref(true) // we assume a connection will succeed until socket.io complains otherwise
|
||||
const allowed = ref(!REQUIRE_AUTH)
|
||||
|
||||
const _chainId = ref(Number(Object.keys(versionMeta.chainInfo)[0]))
|
||||
|
||||
Reference in New Issue
Block a user