mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-30 18:32:30 +08:00
build: use publish_data in test-app for QA
This commit is contained in:
@@ -74,7 +74,7 @@ export const ChooseAccount: React.FC<ChooseAccountProps> = ({ next }) => {
|
||||
const app = apps[origin];
|
||||
if (origin !== url.origin && app.scopes.includes('publish_data')) {
|
||||
newReusedApps.push(app);
|
||||
} else if (origin === url.origin) {
|
||||
} else if (origin === url.origin && app.scopes.includes('publish_data')) {
|
||||
hasLoggedInWithThisID = true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user