fix: authorize

This commit is contained in:
FoskyM 2023-10-02 03:20:41 +08:00
parent c70c2ae8a1
commit cde2367103
No known key found for this signature in database
GPG key ID: 42C0ED6994AD7E9C
3 changed files with 1 additions and 0 deletions

BIN
js/dist/forum.js generated vendored

Binary file not shown.

BIN
js/dist/forum.js.map generated vendored

Binary file not shown.

View file

@ -195,6 +195,7 @@ export default class AuthorizePage extends IndexPage {
onsubmit(e) {
e.preventDefault();
this.submit_loading = true;
app.request({
method: 'POST',
url: '/oauth/authorize',