This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
hanyuu/assets/oauth2.js/main.js

10 lines
217 B
JavaScript
Raw Permalink Normal View History

2024-07-30 21:24:20 +00:00
#include authorise.js
#include verify.js
(() => {
2024-07-30 21:24:20 +00:00
if(location.pathname === '/oauth2/authorise')
HanyuuOAuth2Authorise();
if(location.pathname === '/oauth2/verify')
HanyuuOAuth2Verify();
})();