See #170: channels ui (listeners)

This commit is contained in:
Eliot Berriot 2020-02-05 15:06:07 +01:00
parent b74517ff33
commit 95497e76ac
79 changed files with 1768 additions and 232 deletions

View file

@ -117,7 +117,7 @@ export default {
response => {
logger.default.info("Successfully created account")
self.$router.push({
name: "profile",
name: "profile.overview",
params: {
username: this.username
}