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