1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00
This commit is contained in:
Jake Barnby 2024-02-12 15:40:11 +13:00
parent 272b9fecd7
commit 2059de5dea
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1208,7 +1208,7 @@ trait Base
}';
case self::$CREATE_MAGIC_URL:
return 'mutation createMagicURL($userId: String!, $email: String!){
accountCreateMagicURLSession(userId: $userId, email: $email) {
accountCreateMagicURLToken(userId: $userId, email: $email) {
userId
expire
}