mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Forgot to remove testing line.
This commit is contained in:
parent
6ac773bbbe
commit
e6c88df091
|
@ -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