dirty hack

This commit is contained in:
Pavel Murygin 2022-02-24 19:52:25 +03:00
parent 7a90db498f
commit fd3f2b90eb
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ export function enable(id: string) {
}
export function link(id: string): string {
return window.location.hostname + '?join=' + id;
return 'https://fluence.one/registry-demo/?join=' + id;
}
interface DiscoveredUser {