You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `LoginUser` plugin has been merged into the `Authentication` plugin, display of the login user can be enabled via the `showLoginUser` config prop:
13
+
```
14
+
{
15
+
"name": "Authentication",
16
+
"cfg": {
17
+
"showLoginUser": true
18
+
}
19
+
}
20
+
```
21
+
- The task ids of the `Authentication` plugins have been changed from previously `Login` / `Logout` to `Authentication` with modes `Login`/`Logout`. Consequently, the menu- and toolbar item entries need to be changed as follows
0 commit comments