feat: port scenario 903 select-pool flow
This commit is contained in:
@@ -194,6 +194,10 @@ const loadConfig = async () => {
|
||||
error.value = null;
|
||||
try {
|
||||
const config = await trpc.join.getConfig.query();
|
||||
if (config.selectionPool.enabled) {
|
||||
await router.replace({ name: 'select-general' });
|
||||
return;
|
||||
}
|
||||
joinConfig.value = config;
|
||||
form.value.name = config.user.displayName || '';
|
||||
applyBalancedStats();
|
||||
|
||||
Reference in New Issue
Block a user