ezidam: apps: handle when application is archived
This commit is contained in:
parent
4b8b82e577
commit
317dc23735
4 changed files with 30 additions and 0 deletions
|
|
@ -31,4 +31,7 @@ impl App {
|
|||
pub fn redirect_uri(&self) -> &str {
|
||||
&self.redirect_uri
|
||||
}
|
||||
pub fn is_archived(&self) -> bool {
|
||||
self.is_archived
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue