🐛Do not send "/login" request multiple times on application init (#149)

This commit is contained in:
Anton Shepilov
2023-07-17 16:41:37 +02:00
committed by GitHub
parent 6cbdc9d0df
commit 28ec7c1084
10 changed files with 148 additions and 110 deletions
@@ -40,7 +40,7 @@ export default () => {
centered
closable={false}
title={null}
visible={open}
open={open}
footer={null}
destroyOnClose={true}
width={ModalManager.getPosition()?.size?.width || '700px'}