Compare commits

...

1 commit

Author SHA1 Message Date
Dessalines
e6c88df091 Forgot to remove testing line. 2022-01-31 11:45:43 -05:00

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