diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 94a5e59f3..7d9498f43 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -127,3 +127,9 @@ export const communities = gql` } } ` + +export const queryOptIn = gql` + query($optIn: String!) { + queryOptIn(optIn: $optIn) + } +` diff --git a/frontend/src/pages/ResetPassword.vue b/frontend/src/pages/ResetPassword.vue index 830107a99..8d6bcca48 100644 --- a/frontend/src/pages/ResetPassword.vue +++ b/frontend/src/pages/ResetPassword.vue @@ -46,6 +46,7 @@