Forgot to remove testing line. (#565)

This commit is contained in:
Dessalines 2022-02-02 09:53:31 -05:00 committed by GitHub
parent 0ca801522b
commit ea33553f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,6 @@ export class Signup extends Component<any, State> {
}
get isLemmyMl(): boolean {
return true;
return isBrowser() && window.location.hostname == "lemmy.ml";
}