mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 19:11:57 +08:00
fix(core): wrong import path (#11225)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#import './fragments/password-limits.gql'
|
#import '../fragments/password-limits.gql'
|
||||||
#import './fragments/credentials-requirement.gql'
|
#import '../fragments/credentials-requirement.gql'
|
||||||
|
|
||||||
query adminServerConfig {
|
query adminServerConfig {
|
||||||
serverConfig {
|
serverConfig {
|
||||||
|
|||||||
@@ -48,7 +48,9 @@ export const adminServerConfigQuery = {
|
|||||||
}
|
}
|
||||||
availableUserFeatures
|
availableUserFeatures
|
||||||
}
|
}
|
||||||
}`,
|
}
|
||||||
|
${passwordLimitsFragment}
|
||||||
|
${credentialsRequirementsFragment}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const createChangePasswordUrlMutation = {
|
export const createChangePasswordUrlMutation = {
|
||||||
|
|||||||
Reference in New Issue
Block a user