Settings Screen

Settings:

This Screen has two forms:

  • Admin form: A new admin can be created by filling the form, here POST API request is made and the new created admin is added to the database.

  • Change Password form : In this form admin can change his/her password. This form also makes a POST API request and the password of the logged in admin is changed.

Last updated