iptdevs-design-system 2.6.5 → 2.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1195,12 +1195,12 @@ class CreateUserFormComponent {
1195
1195
  }
1196
1196
  getRolesOptions() {
1197
1197
  // Académico
1198
- if (this.userType === 'academic')
1199
- return;
1200
- [
1201
- { code: '11', name: 'Teacher PRO' },
1202
- { code: '12', name: 'Teacher' },
1203
- ];
1198
+ if (this.userType === 'academic') {
1199
+ return 'hola';
1200
+ } // [
1201
+ // { code: '11', name: 'Teacher PRO' },
1202
+ // { code: '12', name: 'Teacher' },
1203
+ // ];
1204
1204
  // Administrativo
1205
1205
  if (this.userType === 'administrative')
1206
1206
  return;