style: format collaboration changes

This commit is contained in:
dadachann
2026-07-26 10:54:21 +08:00
parent 8a445bfb22
commit 66a1ceac25
4 changed files with 16 additions and 25 deletions
+6 -1
View File
@@ -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');