Make sure check button is visible
All checks were successful
release / release-plugins (push) Successful in 24s
All checks were successful
release / release-plugins (push) Successful in 24s
This commit is contained in:
@@ -7,15 +7,20 @@
|
|||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% WRAPPER setting title="PLUGIN_YOUTUBEMUSIC_AUTH" desc="PLUGIN_YOUTUBEMUSIC_AUTH_DESC" %]
|
[% WRAPPER setting title="PLUGIN_YOUTUBEMUSIC_AUTH" desc="PLUGIN_YOUTUBEMUSIC_AUTH_DESC" %]
|
||||||
|
<div>
|
||||||
|
[% IF !user_code %]
|
||||||
<input type="submit" name="get_device_code" value=[% "PLUGIN_YOUTUBEMUSIC_START_AUTH" | string %]>
|
<input type="submit" name="get_device_code" value=[% "PLUGIN_YOUTUBEMUSIC_START_AUTH" | string %]>
|
||||||
[% IF user_code %]
|
[% ELSE %]
|
||||||
<a href="[% verification_url %]" target="none">[% "PLUGIN_YOUTUBEMUSIC_VERIFICATIONURL" | string %]</a>
|
<a href="[% verification_url %]" target="none">[% "PLUGIN_YOUTUBEMUSIC_VERIFICATIONURL" | string %]</a>
|
||||||
<div>[% user_code %]</div>
|
<div>[% user_code %]</div>
|
||||||
|
[% END %]
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<input type="submit" name="get_token" value="Check">
|
<input type="submit" name="get_token" value="Check">
|
||||||
[% IF access_token %]
|
[% IF access_token %]
|
||||||
<div>Success</div>
|
<div>Success</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% END %]
|
</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% PROCESS settings/footer.html %]
|
[% PROCESS settings/footer.html %]
|
||||||
|
|||||||
Reference in New Issue
Block a user