mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-25 18:36:24 +00:00
Forgot to remove testing line. (#565)
This commit is contained in:
parent
0ca801522b
commit
ea33553f65
|
@ -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