Skip to content
Snippets Groups Projects

Enable SSO and ensure trial registrations perform onboarding steps

Merged Doug Stull requested to merge 404926-add-sso-onboarding-specs into master
All threads resolved!
Compare and Show latest version
6 files
+ 11
8
Compare changes
  • Side-by-side
  • Inline
Files
6
# frozen_string_literal: true
module RegistrationsHelper
include ::Gitlab::Utils::StrongMemoize
def signup_username_data_attributes
{
min_length: User::MIN_USERNAME_LENGTH,
Loading