Skip to content

Commit

Permalink
PWA-3263:change user logout time
Browse files Browse the repository at this point in the history
  • Loading branch information
glo11372 committed May 24, 2024
1 parent 4563c54 commit f03e194
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ const signInMock = {
},
result: {
data: {
generateCustomerToken: { token: authToken, customer_token_lifetime: customerTokenLifetime }
generateCustomerToken: {
token: authToken,
customer_token_lifetime: customerTokenLifetime
}
}
}
};
Expand Down

0 comments on commit f03e194

Please sign in to comment.