make sign up completion token urlsafe
This commit is contained in:
parent
b232600352
commit
c546ce40ed
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ impl NicknameStr {
|
|||
}
|
||||
|
||||
#[str(fixed(error = ParseError))]
|
||||
pub struct SignUpCompletionToken(Seq<16, ascii::Printable>);
|
||||
pub struct SignUpCompletionToken(Seq<16, ascii::UrlSafe>);
|
||||
|
||||
// TODO: impl this from macro.
|
||||
impl rand::distr::Distribution<SignUpCompletionToken> for rand::distr::StandardUniform {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue