Skip to content
Snippets Groups Projects
Commit 887af570 authored by Adiv's avatar Adiv
Browse files

changed to return the email address string instead of the DTO

parent fffd6bd5
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
try try
{ {
await AuthClient.ForgotPasswordAsync(ForgotPasswordRequest); await AuthClient.ForgotPasswordAsync(ForgotPasswordRequest);
await DisplaySuccess($"Successfully sent password change request to email: {ForgotPasswordRequest}."); await DisplaySuccess($"Successfully sent password change request to email: {ForgotPasswordRequest.EmailAddress}.");
} }
catch (APIException ex) catch (APIException ex)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment