Bug: Show helper description for code in finish setup page (#532)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Tim Lange
2020-02-22 09:57:04 +01:00
committed by GitHub
parent 330bf87f08
commit 91f8b4a650

View File

@@ -39,7 +39,7 @@ export default {
);
},
message() {
if (!this.$route.params.website_token) {
if (!this.currentInbox.website_token) {
return this.$t('INBOX_MGMT.FINISH.MESSAGE');
}
return this.$t('INBOX_MGMT.FINISH.WEBSITE_SUCCESS');