init
This commit is contained in:
18
app/views/Oauth/oauth_callback_error.html
Normal file
18
app/views/Oauth/oauth_callback_error.html
Normal file
@ -0,0 +1,18 @@
|
||||
{{template "home/header_box.html" .}}
|
||||
|
||||
<section id="box">
|
||||
<div>
|
||||
<h1>
|
||||
leanote | we got a error
|
||||
</h1>
|
||||
<form class="form-inline" id="boxForm">
|
||||
<p>
|
||||
Sorry, we can't get your infomation.
|
||||
<br />
|
||||
Please <a href="/login">Sign in</a> Or <a href="/register?email={{.email}}">Sign up</a>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user