diff --git a/src/components/ChangeLog.vue b/src/components/ChangeLog.vue
index cb600ee..554ef4e 100644
--- a/src/components/ChangeLog.vue
+++ b/src/components/ChangeLog.vue
@@ -16,8 +16,8 @@
@@ -64,6 +69,7 @@ export default {
errors: null,
requestSent: false,
changed: false,
+ resetPassword: false,
update: {}
};
},
@@ -117,6 +123,7 @@ export default {
}
this.errors = data.errors;
} else {
+ this.resetPassword = false
this.update = {};
}
this.requestSent = false;
@@ -244,6 +251,15 @@ export default {
padding: 10px;
align-self: center;
}
+.link {
+ user-select: none;
+ cursor: pointer;
+ margin-left: 35px;
+}
+.link:hover {
+ text-decoration: underline;
+}
+
@media (max-width: 740px) {
.inner-content {
flex-direction: column;
@@ -264,6 +280,10 @@ export default {
.outer-input {
margin-left: initial;
}
+ .link {
+ margin: 0;
+ text-align: center;
+ }
}
\ No newline at end of file
diff --git a/src/utils/changelog.js b/src/utils/changelog.js
index 72f0de2..2811ac5 100644
--- a/src/utils/changelog.js
+++ b/src/utils/changelog.js
@@ -16,12 +16,13 @@ const config = [
{
version: 5.8,
- title: "Bug fixes",
+ title: "Bug fixes, Change password.",
shortTitle: "",
- date: "04/08/2019",
- headColor: "rgba(79, 38, 50, 0.77)",
+ date: "05/08/2019",
+ headColor: "rgba(255, 75, 127, 0.77)",
new: [
"Added more badges (Bug Catcher, Idea Queen)",
+ "You can now change your password.",
],
fix: [
"Fixed a bug where desktop notifications would show for your own messages.",