Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created June 9, 2010 15:26
Show Gist options
  • Save christianberg/431638 to your computer and use it in GitHub Desktop.
Save christianberg/431638 to your computer and use it in GitHub Desktop.
(def login-info (atom {:logged-in? false
:admin? false
:email ""
:auth-domain ""}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment