From 861e2485d9bae24518ec55838e96926295038cf6 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 7 Sep 2022 16:31:34 +0200 Subject: [PATCH] fix style --- packages/app/src/components/Login/index.jsx | 6 +++++- packages/app/src/components/Login/index.less | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/Login/index.jsx b/packages/app/src/components/Login/index.jsx index b73841c9..b07954e9 100644 --- a/packages/app/src/components/Login/index.jsx +++ b/packages/app/src/components/Login/index.jsx @@ -116,7 +116,11 @@ export default class Login extends React.Component {
@{this.props.session.username}
- window.app.setLocation(config.app?.mainPath ?? "/home")} >Go to main + window.app.setLocation(config.app?.mainPath ?? "/home")} > + Go to home + }