summaryrefslogtreecommitdiff
path: root/src/api/auth/invite.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove SecretBytespennae2022-07-171-2/+2
| | | | | there's no benefit to keeping it around, the zeroing behavior it had was never any good and without it it's just a fancy [u8; N]
* fix clippy warningspennae2022-07-171-3/+3
|
* initial importpennae2022-07-131-0/+47