From 82a482ae32ff9fbf6fd19f57117b046696a327ff Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Mon, 19 Aug 2019 14:29:52 +0200 Subject: [PATCH] Fix redirect after login Redirect to /user-admin instead of /user-admin/list, so that the menu entry in the drawer is selected. Change-Id: I8cb16efe8d0a6f7b0a77b98322a5ddb81632a294 --- src/features/home/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/home/Login.js b/src/features/home/Login.js index 393adff..cb7e09d 100644 --- a/src/features/home/Login.js +++ b/src/features/home/Login.js @@ -50,7 +50,7 @@ export class Login extends Component { return (
{mtx && mtx.clientRunning && mtx.credentials.userId && !loginPending && - + }
logo