diff --git a/ui/src/Register.js b/ui/src/Register.js index ec6b714d..71c0c564 100644 --- a/ui/src/Register.js +++ b/ui/src/Register.js @@ -70,6 +70,9 @@ const NoAccountRequest = () => { } const Success = (props) => { + // clear local storage on new account registration success. + localStorage.clear(); + return (