Deprecate dummy enterprise key 1/2 (#20890)
Remove usage of hasValidEnterpriseKey in FE (replaced by hasValidSignedEnterpriseKey) To avoid breaking change at deploy time, we will wait until after this has been deployed in prod, to remove hasValidEnterpriseKey in the BE.
This commit is contained in:
@@ -60,7 +60,6 @@ export const USER_QUERY_FRAGMENT = gql`
|
||||
isPasswordAuthBypassEnabled
|
||||
subdomain
|
||||
customDomain
|
||||
hasValidEnterpriseKey
|
||||
hasValidSignedEnterpriseKey
|
||||
hasValidEnterpriseValidityToken
|
||||
workspaceCustomApplication {
|
||||
|
||||
Reference in New Issue
Block a user