1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-04 03:07:36 +01:00

refs #133 Clear domain name after login

This commit is contained in:
AkiraFukushima 2018-03-26 12:21:01 +09:00
parent f9b0867850
commit 0f120cec38

View File

@ -65,6 +65,7 @@ const Login = {
commit('changePage', 1)
commit('updateInstances', [])
commit('changeInstance', null)
commit('updateDomainName', '')
},
confirmInstance ({ commit }, domain) {
return new Promise((resolve, reject) => {