mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Improve tenant signup page (#302)
This commit is contained in:
committed by
GitHub
parent
4969bbc261
commit
719f1ad4e9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user