mirror of
https://github.com/mivodev/plugin-mivo-theme.git
synced 2026-01-26 13:21:58 +07:00
feat: bundled theme update & bump to v1.1.0
This commit is contained in:
@@ -129,6 +129,12 @@
|
||||
},
|
||||
|
||||
submit() {
|
||||
// Fix: Intercept 'check' mode to prevent login submission
|
||||
if (this.loginType === 'check') {
|
||||
this.checkVoucher();
|
||||
return;
|
||||
}
|
||||
|
||||
this.loading = true;
|
||||
|
||||
if (typeof hexMD5 === 'function' && document.sendin) {
|
||||
|
||||
Reference in New Issue
Block a user