Skip to content
Snippets Groups Projects
Commit 292b26d7 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Show gender field for NTNU

parent 3ac692f5
No related branches found
No related tags found
1 merge request!377Show gender field for NTNU
Pipeline #178375 passed
......@@ -21,6 +21,15 @@ function FeatureProvider(props: FeatureProviderProps) {
}
break
case 'ntnu':
features = {
displayContactAtUnit: true,
displayComment: true,
displayContactAtUnitGuestInput: true,
showGenderFieldForGuest: true,
}
break
case 'uio':
default:
features = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment