forked from FoundKeyGang/FoundKey
fix variable name
This commit is contained in:
parent
59a7f10fdc
commit
79ec44aa2c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function pleaseLoginOrPage(path?: string) {
|
|||
if (!path) throw new Error('signin required');
|
||||
}
|
||||
|
||||
export function pleaseLoginOrRemote(url: string) {
|
||||
export function pleaseLoginOrRemote(remoteUrl: string) {
|
||||
if ($i) return;
|
||||
|
||||
popup(defineAsyncComponent(() => import('@/components/remote-interact.vue')), {
|
||||
|
|
Loading…
Reference in a new issue