Skip to content

Signin page failing to display error

Administrator requested to merge ElizabethStirling-signin-failure-error into main

Created by: ElizabethStirling

Posting as a bug report just to give context

  • Sourcegraph version: Sourcegraph.com
  • Platform information: Firefox, Chrome, Safari

Steps to reproduce:

  1. Attempt to sign in with an invalid username or passphrase

Expected behavior:

Error box stating "User or password was incorrect"

Actual behavior:

Error box stating

Function() { [native code] }

Firefox: image

Chrome: image

Safari: image

This error is caused by line 46 of SignInPage.tsx, where error is incorrectly assigned to a function, not an error.

Merge request reports

Loading