Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: enBloc-org/kindly Loading
base: dev
Choose a base ref
...
head repository: OlenaReukova/kindly Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    2c7b190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8acdad4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. forgot-password page

    this component allows users to initiate the password reset process by entering their email address. It interacts with a Supabase server to trigger the password reset email and redirects users based on the outcome.
    OlenaReukova committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    beb3eae View commit details
    Browse the repository at this point in the history
  2. reset-password page

    the component allows users to log in to the application by providing their email and password. It interacts with a Supabase server to authenticate the user and redirects them to the home page or displays an error message based on the outcome
    OlenaReukova committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3cab978 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Confirm page

    when the user clicks the "Confirm Reset" button, he will be redirected depending on the result of the confirmReset function. If the password reset request is successful, the user is redirected to: /login/confirm page. If there is an error during the password reset request, the user will remain on the forgot password page /login/forgot-password
    OlenaReukova committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    457f2eb View commit details
    Browse the repository at this point in the history
  2. reset-password path updated

    Path Update:
    Old Path: /reset-password
    New Path: /login/reset-password
    OlenaReukova committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    053c521 View commit details
    Browse the repository at this point in the history
  3. Validation in password reset

    The code checks if the entered password and the confirmation password are identical. Validation step in password reset or registration processes to ensure the user has correctly entered their new password.
    OlenaReukova committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dcd9f14 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    1d4e1dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e5114 View commit details
    Browse the repository at this point in the history
  3. forgot-password page

    this component allows users to initiate the password reset process by entering their email address. It interacts with a Supabase server to trigger the password reset email and redirects users based on the outcome.
    OlenaReukova committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    07d6716 View commit details
    Browse the repository at this point in the history
  4. reset-password page

    the component allows users to log in to the application by providing their email and password. It interacts with a Supabase server to authenticate the user and redirects them to the home page or displays an error message based on the outcome
    OlenaReukova committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5233c50 View commit details
    Browse the repository at this point in the history
  5. Confirm page

    when the user clicks the "Confirm Reset" button, he will be redirected depending on the result of the confirmReset function. If the password reset request is successful, the user is redirected to: /login/confirm page. If there is an error during the password reset request, the user will remain on the forgot password page /login/forgot-password
    OlenaReukova committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    11a5b24 View commit details
    Browse the repository at this point in the history
  6. reset-password path updated

    Path Update:
    Old Path: /reset-password
    New Path: /login/reset-password
    OlenaReukova committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4a24416 View commit details
    Browse the repository at this point in the history
  7. Validation in password reset

    The code checks if the entered password and the confirmation password are identical. Validation step in password reset or registration processes to ensure the user has correctly entered their new password.
    OlenaReukova committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5abba0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    582dba8 View commit details
    Browse the repository at this point in the history
Loading