Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 19, 2021 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/65fe1db183ba033d7003bd229d9285e4 to your computer and use it in GitHub Desktop.
Save r-ryantm/65fe1db183ba033d7003bd229d9285e4 to your computer and use it in GitHub Desktop.
/nix/store/pybhflch3aflihjcmlzg44wch43h5cci-dex-2.28.1
├── bin
│   └── dex
└── share
└── web
├── static
│   ├── img
│   │   ├── atlassian-crowd-icon.svg
│   │   ├── bitbucket-icon.svg
│   │   ├── email-icon.svg
│   │   ├── github-icon.svg
│   │   ├── gitlab-icon.svg
│   │   ├── google-icon.svg
│   │   ├── ldap-icon.svg
│   │   ├── linkedin-icon.svg
│   │   ├── microsoft-icon.svg
│   │   ├── oidc-icon.svg
│   │   └── saml-icon.svg
│   └── main.css
├── templates
│   ├── approval.html
│   ├── device.html
│   ├── device_success.html
│   ├── error.html
│   ├── footer.html
│   ├── header.html
│   ├── login.html
│   ├── oob.html
│   └── password.html
└── themes
├── dark
│   ├── favicon.png
│   ├── logo.png
│   └── styles.css
└── light
├── favicon.png
├── logo.png
└── styles.css
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment