mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 12:40:59 +00:00
style: format collaboration changes
This commit is contained in:
@@ -221,7 +221,12 @@ function SpaceOAuthCallbackContent() {
|
||||
setErrorMessage(t('common.spaceLoginFailed'));
|
||||
return;
|
||||
}
|
||||
handleOAuthCallback(authCode ?? '', state ?? '', workspaceUuid, launchAssertion);
|
||||
handleOAuthCallback(
|
||||
authCode ?? '',
|
||||
state ?? '',
|
||||
workspaceUuid,
|
||||
launchAssertion,
|
||||
);
|
||||
} else {
|
||||
if (!authCode) {
|
||||
setStatus('error');
|
||||
|
||||
Reference in New Issue
Block a user