mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 04:41:14 +00:00
Forgot to remove testing line. (#565)
This commit is contained in:
parent
0ca801522b
commit
ea33553f65
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ export class Signup extends Component<any, State> {
|
|||
}
|
||||
|
||||
get isLemmyMl(): boolean {
|
||||
return true;
|
||||
return isBrowser() && window.location.hostname == "lemmy.ml";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue