mirror of https://github.com/docusealco/docuseal
- Add Google OAuth2 provider config to devise initializer (was lost in upstream sync) - Add explicit admin authorization check for UsersController#index - Create _wabosign_logo partials for start_form and submit_form (were renamed by rebrand-sync but files never created)pull/687/head
parent
49cd964938
commit
f848f073aa
@ -0,0 +1,6 @@
|
||||
<a href="/" class="flex justify-center items-center">
|
||||
<span class="mr-3">
|
||||
<%= render 'shared/logo', width: '50px', height: '50px' %>
|
||||
</span>
|
||||
<h1 class="text-5xl font-bold text-center">WaboSign</h1>
|
||||
</a>
|
||||
@ -0,0 +1,4 @@
|
||||
<a href="<%= root_path %>" class="mx-auto text-2xl md:text-3xl font-bold items-center flex space-x-3">
|
||||
<%= render 'shared/logo', class: 'w-9 h-9 md:w-12 md:h-12' %>
|
||||
<span><%= Wabosign.product_name %></span>
|
||||
</a>
|
||||
Loading…
Reference in new issue