fix: auth response schema updated

This commit is contained in:
anik-ghosh-au7 2022-07-27 15:28:12 +05:30
parent d653fac340
commit f12491e42d

View File

@ -79,8 +79,7 @@ type Error {
type AuthResponse { type AuthResponse {
message: String! message: String!
has_multi_factor_auth_enabled: Boolean should_show_otp_screen: Boolean
is_otp_sent: Boolean
access_token: String access_token: String
id_token: String id_token: String
refresh_token: String refresh_token: String