Settings resource; oauth2 app authorization model; UI cleanup
This commit is contained in:
7
app/views/public/action.pug
Normal file
7
app/views/public/action.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
extends ../theme/public/base
|
||||
|
||||
block append style
|
||||
link(rel='stylesheet' href='/style-asset/form.css')
|
||||
|
||||
block vue
|
||||
coreid-invoke-action(v-bind:action="action")
|
||||
@@ -6,6 +6,8 @@ block append style
|
||||
block masthead
|
||||
h1.font-weight-light #{_app && _app.name || 'Starship CoreID'}
|
||||
p.lead Centralized, self-hosted, modern identity services.
|
||||
p.font-weight-light
|
||||
a.btn.btn-sm.btn-outline-secondary(href='/dash') Dashboard
|
||||
|
||||
block append content
|
||||
section.py-5#about
|
||||
|
||||
Reference in New Issue
Block a user