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();
})();