ezidam: added openid configration, well known route
This commit is contained in:
parent
44506422e9
commit
2d0d6857ce
10 changed files with 647 additions and 2 deletions
|
|
@ -23,4 +23,7 @@ impl Settings {
|
|||
pub fn business_name(&self) -> &str {
|
||||
&self.business_name
|
||||
}
|
||||
pub fn url(&self) -> Option<&str> {
|
||||
self.url.as_deref()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue