cboard
cboard copied to clipboard
AuthScreen redirects to root board on close
This fixes #1902 so that when the AuthScreen component (/login-signup) is closed via the close (X) button, the user is taken to the root board.
To do this I've replaced the WelcomeScreen onClose prop with history.replace('/board/root') instead of history.goBack.