diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index b240fd89..5fa3c894 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -17,8 +17,8 @@ Email Alias
- - + +
diff --git a/app/dashboard/views/index.py b/app/dashboard/views/index.py index 7dfd3611..e945d66b 100644 --- a/app/dashboard/views/index.py +++ b/app/dashboard/views/index.py @@ -35,7 +35,7 @@ SimpleLogin team. "success", ) - elif request.form.get("form-name") == "create-new-email": + elif request.form.get("form-name") == "create-random-email": can_create_new_email = current_user.can_create_new_email() if can_create_new_email: