mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore: comment
This commit is contained in:
parent
d7f3649eba
commit
ed73e335d2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user