Missed initial login page

Starting from @unitybase/adminui-pub@5.10 application should either adds an adminui-vue model into domain in the ubConfig:

    "application": {
      "domain": {
        "models": [
          ...
          {
            "path": "./node_modules/@unitybase/adminui-pub"
          },
          {
            "path": "./node_modules/@unitybase/adminui-reg"
          },
          {
            "path": "./node_modules/@unitybase/adminui-vue"
          }
  
or implement his own login page and specify it URL in the uiSettings.adminUI.loginURL configuration key. See adminui-vue/views/ub-auth.html for custom login page implementation example.