Compare commits
No commits in common. "ce2e4e52191680bf7598fd8b2c12a06dd82bba34" and "b2fd52e4a540da8bc33de3c066323aae4452fab6" have entirely different histories.
ce2e4e5219
...
b2fd52e4a5
@ -151,9 +151,6 @@ impl User {
|
|||||||
if !self.has_role(db, "Donau Linz").await {
|
if !self.has_role(db, "Donau Linz").await {
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
if self.deleted {
|
|
||||||
return None;
|
|
||||||
}
|
|
||||||
|
|
||||||
let mut fee = Fee::new();
|
let mut fee = Fee::new();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user