mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Fail silently if we can't even get an email address, otherwise send an error email to the user.
16 lines
630 B
HTML
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"}}
|