Skip to content

Commit

Permalink
fbe4bc0 update login/register behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
tanshuai committed Jul 10, 2023
1 parent c8d6476 commit e02b0be
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/electron/UnPackaged/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
window.gtag = gtag
}</script><link href=css/vendor.3c83bc2e.css rel=stylesheet><link href=css/app.6dc9c060.css rel=stylesheet></head><body><div id=q-app></div><script src=js/vendor.js></script><script src=js/app.js></script><script>window.__statics = __dirname</script></body></html>
}</script><link href=css/vendor.3c83bc2e.css rel=stylesheet><link href=css/app.306eb35a.css rel=stylesheet></head><body><div id=q-app></div><script src=js/vendor.js></script><script src=js/app.js></script><script>window.__statics = __dirname</script></body></html>
2 changes: 1 addition & 1 deletion dist/electron/UnPackaged/js/app.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/electron/UnPackaged/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packageVer": "0.2.4",
"channel": "internal",
"buildTime": "202307081107",
"buildCommit": "e6e68421",
"sourceCommit": "e6e68421",
"version": "0.2.5-internal-202307081107"
"buildTime": "202307101832",
"buildCommit": "fbe4bc09",
"sourceCommit": "fbe4bc09",
"version": "0.2.5-internal-202307101832"
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
window.gtag = gtag
}</script><link href=/css/vendor.ea5f8fb8.css rel=stylesheet><link href=/css/app.6dc9c060.css rel=stylesheet></head><body><div id=q-app></div><script src=/js/vendor.baed70cf.js></script><script src=/js/app.442d559b.js></script></body></html>
}</script><link href=/css/vendor.ea5f8fb8.css rel=stylesheet><link href=/css/app.306eb35a.css rel=stylesheet></head><body><div id=q-app></div><script src=/js/vendor.baed70cf.js></script><script src=/js/app.dafff613.js></script></body></html>
1 change: 0 additions & 1 deletion dist/spa/js/app.442d559b.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/spa/js/app.dafff613.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/spa/version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packageVer": "0.2.4",
"channel": "web",
"buildTime": "202307081107",
"buildCommit": "e6e68421",
"sourceCommit": "e6e68421",
"buildTime": "202307101832",
"buildCommit": "fbe4bc09",
"sourceCommit": "fbe4bc09",
"version": "0.2.5-web"
}

0 comments on commit e02b0be

Please sign in to comment.