mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2025-12-07 16:35:17 +01:00
fix: repair examples/basic
This commit is contained in:
parent
00136320a9
commit
6280ad62cc
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ use tower_sessions::{
|
|||
};
|
||||
|
||||
#[tokio::main]
|
||||
pub async fn run() {
|
||||
pub async fn main() {
|
||||
dotenvy::dotenv().ok();
|
||||
let issuer = std::env::var("ISSUER").expect("ISSUER env variable");
|
||||
let client_id = std::env::var("CLIENT_ID").expect("CLIENT_ID env variable");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue