feat(fe-login): redirect on successful login + provide error feedback on error #79

Merged
mcataford merged 1 commit from feat/login-feedback-and-side-effects into main 2023-12-30 02:17:46 +00:00
mcataford commented 2023-12-28 20:42:16 +00:00 (Migrated from github.com)

Description

This ensures that the login flow is a bit smoother:

  • On success, the user is redirected to their file-list view;
  • On failure, an error message is displayed.

QA

  • Attempt to login with erroneous credentials.
  • ✔️ Verified that the error message pops up.
  • Log in with existing credentials.
  • ✔️ Verified that the user is redirected to their file-list (/).
## Description This ensures that the login flow is a bit smoother: - On success, the user is redirected to their file-list view; - On failure, an error message is displayed. ## QA - Attempt to login with erroneous credentials. - :heavy_check_mark: Verified that the error message pops up. - Log in with existing credentials. - :heavy_check_mark: Verified that the user is redirected to their file-list (`/`).
This repo is archived. You cannot comment on pull requests.
No description provided.