mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-09 16:28:45 +01:00
refs #133 Clear domain name after login
This commit is contained in:
parent
f9b0867850
commit
0f120cec38
@ -65,6 +65,7 @@ const Login = {
|
|||||||
commit('changePage', 1)
|
commit('changePage', 1)
|
||||||
commit('updateInstances', [])
|
commit('updateInstances', [])
|
||||||
commit('changeInstance', null)
|
commit('changeInstance', null)
|
||||||
|
commit('updateDomainName', '')
|
||||||
},
|
},
|
||||||
confirmInstance ({ commit }, domain) {
|
confirmInstance ({ commit }, domain) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user