feat: mandatory password change on login + UI fixes
This commit is contained in:
13
client/graph/login/login-mutation-changepassword.gql
Normal file
13
client/graph/login/login-mutation-changepassword.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
mutation($continuationToken: String!, $newPassword: String!) {
|
||||
authentication {
|
||||
loginChangePassword(continuationToken: $continuationToken, newPassword: $newPassword) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
jwt
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user