Merge branch 'dev' of https://git.4nkweb.com/4nk/docv into dev
This commit is contained in:
commit
36520d36d6
@ -54,7 +54,7 @@ function AuthModal({ isOpen, onConnect, onClose, iframeUrl }: AuthModalProps) {
|
|||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
title="Authentification 4nk"
|
title="Authentification 4nk"
|
||||||
size="md"
|
size="md"
|
||||||
>
|
>
|
||||||
{/* Loader affiché tant que l'iframe n'est pas prête */}
|
{/* Loader affiché tant que l'iframe n'est pas prête */}
|
||||||
{!isIframeReady && !authSuccess && (
|
{!isIframeReady && !authSuccess && (
|
||||||
<div className="flex flex-col items-center justify-center h-96 gap-4">
|
<div className="flex flex-col items-center justify-center h-96 gap-4">
|
||||||
@ -80,7 +80,7 @@ function AuthModal({ isOpen, onConnect, onClose, iframeUrl }: AuthModalProps) {
|
|||||||
<Iframe iframeUrl={iframeUrl} showIframe={showIframe} />
|
<Iframe iframeUrl={iframeUrl} showIframe={showIframe} />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -85,7 +85,7 @@ export function FourNKProvider({ children }: { children: ReactNode }) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let basePrivateData;
|
let basePrivateData: any;
|
||||||
let mergedMessages: FolderChatData[] = [];
|
let mergedMessages: FolderChatData[] = [];
|
||||||
let mergedMessagesOwner: FolderChatData[] = [];
|
let mergedMessagesOwner: FolderChatData[] = [];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user