MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / handleSystemTokenClick

Function handleSystemTokenClick

web/src/components/settings/PersonalSetting.js:208–212  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

206 };
207
208 const handleSystemTokenClick = async (e) => {
209 e.target.select();
210 await copy(e.target.value);
211 showSuccess(t('系统令牌已复制到剪切板'));
212 };
213
214 const deleteAccount = async () => {
215 if (inputs.self_account_deletion_confirmation !== userState.user.username) {

Callers

nothing calls this directly

Calls 3

copyFunction · 0.90
showSuccessFunction · 0.90
tFunction · 0.70

Tested by

no test coverage detected