Automatic login after sign-up

This commit is contained in:
cond0r
2021-02-05 11:06:03 +02:00
parent dde09c5105
commit 41b14e55c3
4 changed files with 61 additions and 38 deletions

View File

@@ -3,5 +3,6 @@ export { default as checkoutCreateMutation } from './checkout-create'
export { default as checkoutLineItemAddMutation } from './checkout-line-item-add'
export { default as checkoutLineItemUpdateMutation } from './checkout-create'
export { default as checkoutLineItemRemoveMutation } from './checkout-line-item-remove'
export { default as customerCreateMutation } from './customer-create'
export { default as customerAccessTokenCreateMutation } from './customer-access-token-create'
export { default as customerAccessTokenDeleteMutation } from './customer-access-token-delete'