Add base web UI
This commit is contained in:
		@@ -22,5 +22,5 @@ staticClients:
 | 
			
		||||
  - id: foo
 | 
			
		||||
    secret: bar
 | 
			
		||||
    redirectURIs:
 | 
			
		||||
      - http://localhost:5173/web/oidc_cb
 | 
			
		||||
      - http://localhost:5173/oidc_cb
 | 
			
		||||
    name: Project
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@ pub struct AppConfig {
 | 
			
		||||
    pub oidc_client_secret: String,
 | 
			
		||||
 | 
			
		||||
    /// OpenID login redirect URL
 | 
			
		||||
    #[arg(long, env, default_value = "APP_ORIGIN/web/oidc_cb")]
 | 
			
		||||
    #[arg(long, env, default_value = "APP_ORIGIN/oidc_cb")]
 | 
			
		||||
    oidc_redirect_url: String,
 | 
			
		||||
 | 
			
		||||
    /// S3 Bucket name
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user