temp logged in view

pull/13/head
unknown 2018-10-31 22:51:17 -04:00
parent 4e88371cc0
commit f30f0b1a6a
2 changed files with 3 additions and 1 deletions

View File

@ -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">

2
views/pages/temp.ejs Normal file
View File

@ -0,0 +1,2 @@
authed: <%- email %><br />
<a href="/logout">Logout</a>