Forgot to remove testing line.

This commit is contained in:
Dessalines 2022-01-31 11:45:43 -05:00
parent 6ac773bbbe
commit e6c88df091

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";
}