@@ -178,6 +178,10 @@
}
},
+ noChanges: function() {
+ this.switchProfileForm();
+ },
+
onPasswordUpdate: function(e, request) {
if (request.succeeded) {
this.fire('toast', {text: 'Password updated.'});
diff --git a/src/lancie-my-area/profile-edit-form.html b/src/lancie-my-area/profile-edit-form.html
deleted file mode 100644
index da2978a8..00000000
--- a/src/lancie-my-area/profile-edit-form.html
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MALE
- FEMALE
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/lancie-ticket-page/lancie-ticket-page.html b/src/lancie-ticket-page/lancie-ticket-page.html
index 92cdfbf0..ad1255ba 100644
--- a/src/lancie-ticket-page/lancie-ticket-page.html
+++ b/src/lancie-ticket-page/lancie-ticket-page.html
@@ -16,7 +16,7 @@
-
+
@@ -78,6 +78,10 @@
pointer-events: none;
}
+ lancie-profile-edit {
+ margin: 0 auto;
+ }
+
@media(max-width: 500px) {
:host{
padding: 0;
@@ -131,7 +135,7 @@