mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
7099f1f317
- Ability to set the address as a mandatory field - The address is new requested when creating an account - The profile completion page is less fuzzy for people landing on it without enabled SSO
4 lines
114 B
Ruby
4 lines
114 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! auth_provider, :id, :name, :status, :providable_type, :strategy_name
|