ezidam: apps: handle when application is archived

This commit is contained in:
Philippe Loctaux 2023-04-02 02:12:22 +02:00
parent 4b8b82e577
commit 317dc23735
4 changed files with 30 additions and 0 deletions

View file

@ -31,4 +31,7 @@ impl App {
pub fn redirect_uri(&self) -> &str {
&self.redirect_uri
}
pub fn is_archived(&self) -> bool {
self.is_archived
}
}