mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
Spam
This commit is contained in:
parent
170d1b6f0a
commit
74af5ef871
@ -129,6 +129,7 @@ export class Login extends Component<any, State> {
|
||||
</div>
|
||||
<input type="hidden" value={this.state.registerForm.spam_timer} />
|
||||
<input type="text" class="d-none" value={this.state.spamNada} onInput={linkEvent(this, this.handleSpamNada)} />
|
||||
<input type="text" class="no-s-how" value={this.state.spamNada} onInput={linkEvent(this, this.handleSpamNada)} />
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-10">
|
||||
<button type="submit" class="btn btn-secondary">{this.state.registerLoading ?
|
||||
|
@ -100,3 +100,7 @@ blockquote {
|
||||
max-height: 50px;
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
.no-s-how {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user