aboutsummaryrefslogtreecommitdiff
path: root/src/auth.rs
blob: b1ad76d76c9de43f95c0804143d5ca5971df6d39 (plain) (blame)
1
2
3
pub fn auth(secret: &str) -> bool {
    secret == "aaa"
}