Get access token for authentication
All checks were successful
release / release-plugins (push) Successful in 24s

This commit is contained in:
mschuepbach
2024-03-16 13:02:06 +01:00
parent 7aacce24e6
commit 32463e762e
3 changed files with 59 additions and 2 deletions

View File

@@ -11,6 +11,10 @@
[% IF user_code %]
<a href="[% verification_url %]" target="none">[% "PLUGIN_YOUTUBEMUSIC_VERIFICATIONURL" | string %]</a>
<div>[% user_code %]</div>
<input type="submit" name="get_token" value="Check">
[% IF access_token %]
<div>Success</div>
[% END %]
[% END %]
[% END %]