diff --git a/server/graph/schema.graphqls b/server/graph/schema.graphqls index 9079ab1..3a843fe 100644 --- a/server/graph/schema.graphqls +++ b/server/graph/schema.graphqls @@ -79,8 +79,7 @@ type Error { type AuthResponse { message: String! - has_multi_factor_auth_enabled: Boolean - is_otp_sent: Boolean + should_show_otp_screen: Boolean access_token: String id_token: String refresh_token: String