no msg
This commit is contained in:
parent
b59549ebe9
commit
28abad0276
1
.github/workflows/electron.yml
vendored
1
.github/workflows/electron.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: loopwerk/tag-changelog@v1
|
uses: loopwerk/tag-changelog@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
exclude_types: other,chore
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: actions/create-release@latest
|
uses: actions/create-release@latest
|
||||||
|
@ -84,6 +84,10 @@ export default {
|
|||||||
},
|
},
|
||||||
deactivated() {
|
deactivated() {
|
||||||
this.loginJump = false;
|
this.loginJump = false;
|
||||||
|
this.password = "";
|
||||||
|
this.password2 = "";
|
||||||
|
this.code = "";
|
||||||
|
this.invite = "";
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['cacheServerUrl']),
|
...mapState(['cacheServerUrl']),
|
||||||
@ -220,9 +224,6 @@ export default {
|
|||||||
},
|
},
|
||||||
}).then(({data}) => {
|
}).then(({data}) => {
|
||||||
this.loadIng--;
|
this.loadIng--;
|
||||||
this.password = "";
|
|
||||||
this.code = "";
|
|
||||||
this.invite = "";
|
|
||||||
this.$store.state.method.setStorage("cacheLoginEmail", this.email)
|
this.$store.state.method.setStorage("cacheLoginEmail", this.email)
|
||||||
this.$store.dispatch("handleClearCache", data).then(() => {
|
this.$store.dispatch("handleClearCache", data).then(() => {
|
||||||
this.goNext1();
|
this.goNext1();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user