Improve tenant signup page (#302)

This commit is contained in:
Riccardo Graziosi
2024-03-02 18:36:22 +01:00
committed by GitHub
parent 4969bbc261
commit 719f1ad4e9
17 changed files with 101 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ class TenantsController < ApplicationController
before_action :authenticate_admin, only: [:show, :update]
def new
@page_title = t('signup.page_title')
@page_title = "Create your feedback space"
@o_auths = OAuth.unscoped.where(tenant_id: nil)
end