keycloak-memoizeit

Details

diff --git a/examples/as7-eap-demo/server/src/main/webapp/saas/admin/partials/realm-detail.html b/examples/as7-eap-demo/server/src/main/webapp/saas/admin/partials/realm-detail.html
index 087e45b..84aa0c6 100755
--- a/examples/as7-eap-demo/server/src/main/webapp/saas/admin/partials/realm-detail.html
+++ b/examples/as7-eap-demo/server/src/main/webapp/saas/admin/partials/realm-detail.html
@@ -60,8 +60,8 @@
                         <div class="form-group clearfix block">
                             <label class="control-label">User registration</label>
                             <div class="onoffswitch">
-                                <input type="checkbox" data-ng-model="realm.userRegistration" class="onoffswitch-checkbox" name="userRegistration" id="userRegistration">
-                                <label for="userRegistration" class="onoffswitch-label">
+                                <input type="checkbox" data-ng-model="realm.registrationAllowed" class="onoffswitch-checkbox" name="registrationAllowed" id="registrationAllowed">
+                                <label for="registrationAllowed" class="onoffswitch-label">
                                             <span class="onoffswitch-inner">
                                                 <span class="onoffswitch-active">ON</span>
                                                 <span class="onoffswitch-inactive">OFF</span>