fix: SS2022 password generator (#858)

* fix: SS2022 password generator
This commit is contained in:
Pavel Volkov
2024-01-19 16:48:10 +03:00
committed by GitHub
parent 30d7376463
commit b3393e402b

View File

@@ -33,7 +33,7 @@
<span>{{ i18n "reset" }}</span>
</template>
{{ i18n "password" }}
<a-icon @click="client.password = RandomUtil.randomShadowsocksPassword()" type="sync"></a-icon>
<a-icon @click="inbound.settings.password = RandomUtil.randomShadowsocksPassword()" type="sync"></a-icon>
</a-tooltip>
</template>
<a-input v-model.trim="inbound.settings.password"></a-input>