diff --git a/frontend/static/das.html b/frontend/static/das.html index 7adeeac61..88c226d9c 100644 --- a/frontend/static/das.html +++ b/frontend/static/das.html @@ -249,7 +249,6 @@ - diff --git a/frontend/static/email-handler.html b/frontend/static/email-handler.html index 5ea001b9f..28d09d84e 100644 --- a/frontend/static/email-handler.html +++ b/frontend/static/email-handler.html @@ -163,13 +163,10 @@ - - @@ -192,13 +189,6 @@ `Your email address has been verified.` ); $("#middle .preloader .subText").text(`You can now close this tab.`); - - // TODO: Display a confirmation message to the user. - // You could also provide the user with a link back to the app. - - // TODO: If a continue URL is available, display a button which on - // click redirects the user back to the app via continueUrl with - // additional state determined from that URL's parameters. }) .catch((error) => { $("#middle .preloader .icon").html( @@ -231,8 +221,6 @@ .then((email) => { var accountEmail = email; - // TODO: Show the reset screen with the user's email and ask the user for - // the new password. var newPassword = $("#middle .resetPassword .pwd").val(); var newPasswordConfirm = $( "#middle .resetPassword .pwd-confirm" @@ -259,15 +247,10 @@ $("#middle .preloader .subText").text( `You can now close this tab.` ); - // TODO: Display a link back to the app, or sign-in the user directly - // if the page belongs to the same domain as the app: + firebase .auth() .signInWithEmailAndPassword(accountEmail, newPassword); - - // TODO: If a continue URL is available, display a button which on - // click redirects the user back to the app via continueUrl with - // additional state determined from that URL's parameters. }) .catch((error) => { $("#middle .preloader .icon").html( diff --git a/frontend/static/privacy-policy.html b/frontend/static/privacy-policy.html index abc79ff41..a9d514b2c 100644 --- a/frontend/static/privacy-policy.html +++ b/frontend/static/privacy-policy.html @@ -350,10 +350,8 @@ -