]> git.mxchange.org Git - friendica.git/blob - view/oauth_authorize.tpl
oauth: authorize view, wrong verifier.
[friendica.git] / view / oauth_authorize.tpl
1 <h1>$title</h1>
2
3 <div class='oauthapp'>
4         <img src='$app.icon'>
5         <h4>$app.name</h4>
6         <p>$app.client_id</p>
7 </div>
8 <h3>$authorize</h3>
9 <form method="POST">
10 <div class="submit"><input type="submit" name="oauth_yes" value="$yes" /></div>
11 </form>