fix. useTokenValidation 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user