Add ssoLoginURL in activate account outputs

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-12 16:04:14 +04:00
parent 03bdb27e20
commit 1d54f22cd9
7 changed files with 128 additions and 49 deletions

View File

@@ -788,6 +788,7 @@ type SignOutPayload {
type ActivateAccountPayload {
createPasswordToken: String
ssoLoginUrl: String
profile: Profile
}