Implement continue on verify magic link
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -553,6 +553,7 @@ type TrustCenterAccess implements Node {
|
||||
|
||||
input SendMagicLinkInput {
|
||||
email: EmailAddr!
|
||||
continue: String
|
||||
}
|
||||
|
||||
type SendMagicLinkPayload {
|
||||
@@ -564,7 +565,7 @@ input VerifyMagicLinkInput {
|
||||
}
|
||||
|
||||
type VerifyMagicLinkPayload {
|
||||
success: Boolean!
|
||||
continue: String
|
||||
}
|
||||
|
||||
type RequestAccessesPayload {
|
||||
|
||||
Reference in New Issue
Block a user