Skip to content
Snippets Groups Projects
Unverified Commit 08ba03cf authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Commented out reg method (#4060)

parent 34a3c514
Branches
Tags
No related merge requests found
......@@ -20,6 +20,7 @@ export default function Registration() {
return (
<>
{/* TODO - ahmad: complete this
<SettingSelect
settingName="RegistrationMethod"
defaultValue={siteSettings.RegistrationMethod}
......@@ -30,6 +31,7 @@ export default function Registration() {
<option value="invite"> {t('admin.site_settings.registration.registration_methods.invite')} </option>
<option value="approval"> {t('admin.site_settings.registration.registration_methods.approval')} </option>
</SettingSelect>
*/}
{ env.OPENID_CONNECT && (
<Row className="mb-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment