chore: comment

This commit is contained in:
Zephyruso 2023-09-04 13:55:37 +08:00
parent d7f3649eba
commit ed73e335d2

View File

@ -72,7 +72,7 @@ export default () => {
return
}
// exist host we update secret and id no matter secret is equal or not
// exist host we update secret and id no matter if secret is equal or not
point.secret = secret
point.id = id
@ -106,7 +106,7 @@ export default () => {
} else if (endpointList().length === 0) {
/**
we only try auto login when there is nothing in endpoint list
or user who is using config wont be able to switch to another endpoint ever
or user who is using default config wont be able to switch to another endpoint ever
*/
void onSubmit({
url: 'http://127.0.0.1:9090',