mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
feat: add captcha support for sign in/up (#4582)
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../native/src/hashcash.rs
|
||||
@@ -1,5 +1,7 @@
|
||||
#![deny(clippy::all)]
|
||||
|
||||
pub mod hashcash;
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
fmt::{Debug, Display},
|
||||
|
||||
Reference in New Issue
Block a user