Skip to content

Commit

Permalink
Add: #195 - Changed the message on clicking submit button in the deve…
Browse files Browse the repository at this point in the history
…loper option for privacy dashboard
  • Loading branch information
josmilan authored and lijogeorgep committed Dec 5, 2023
1 parent 00238d3 commit 7782037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PrivacyDashboardCredentialController extends BaseController {
_prefs.setString('privacyDashboardbaseUrl', baseUrlController.text);
_prefs.setString('privacyDashboarduserId', userIdController.text);
Get.rawSnackbar(
message: 'updated credentials successfully',
message: 'Updated : Close and Reopen the app to reflect the changes',
backgroundColor: Colors.green);
privacyDashboardCredentials();
}
Expand Down

0 comments on commit 7782037

Please sign in to comment.