retrogit/app/templates/github-auth-error-email.html
Mihai Parparita 735ac7ffb3 Better handling of GitHub OAuth errors when sending digest emails.
Fail silently if we can't even get an email address, otherwise send an error
email to the user.
2014-12-20 21:38:09 -08:00

16 lines
630 B
HTML

<p>
A RetroGit digest could not be generated for your account due to a GitHub
authentication error. You may have revoked RetroGit's access (you can see this
on your <a href="https://github.com/settings/applications">GitHub settings
page</a>). If you wish to grant it access again, use the button below:
</p>
<form id="sign-in-form" method="POST" action="{{absoluteRouteUrl "sign-in"}}">
<input type="submit" class="action-button" value="Sign In with GitHub">
<label>
<input type="checkbox" name="include_private" value="1" checked>
Include private repositories
</label>
</form>
{{template "email-footer"}}