fix. useTokenValidation 수정

This commit is contained in:
clkim
2025-11-04 21:13:35 +09:00
parent 80e464902c
commit e76ac480b7
7 changed files with 147 additions and 76 deletions

View File

@@ -69,7 +69,7 @@ const handleClick = () => {
validateLauncher()
return
}
if (props.platform === 'stove') {
if (props.platform === 'stove' && !isDuplication.value) {
const stoveClientDownloadUrl = runtimeConfig.public.stoveClientDownloadUrl
location.href = stoveClientDownloadUrl
return