temp logged in view
parent
4e88371cc0
commit
f30f0b1a6a
|
@ -19,7 +19,7 @@ setTimeout(function sunrise () {
|
|||
<div class="header">
|
||||
<h1 id="main-title" class="container"><%= __('A brand new app.') %></h1>
|
||||
<h3 class="container">You're looking at: <code><%= view.pathFromApp + '.' +view.ext %></code></h3>
|
||||
<h3>Go to Login: <a href="/login">Here</a></h3>
|
||||
<h3 class="container">Go to Login: <a href="/login">Here</a></h3>
|
||||
</div>
|
||||
<div class="main container clearfix">
|
||||
<ul class="getting-started">
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
authed: <%- email %><br />
|
||||
<a href="/logout">Logout</a>
|
Loading…
Reference in New Issue