Skip to content

Commit

Permalink
Notify user to check their email for OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnchi committed Mar 21, 2019
1 parent 40b9c78 commit 4666420
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 424 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ config.status
configure
libtool
*.la
src/.deps/
src/.dirstamp
src/*.lo
.deps/
.dirstamp
*.lo

# Use git add -f to override
test/*
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libdir = $(PAMDIR)

lib_LTLIBRARIES= pam_aad.la

pam_aad_la_SOURCES = src/pam_aad.c
pam_aad_la_SOURCES = pam_aad.c
pam_aad_la_LIBADD = -lcurl -ljansson -ljwt -lpam -lsds -luuid
pam_aad_la_CFLAGS = $(AM_CFLAGS)
pam_aad_la_LDFLAGS = $(AM_LDFLAGS) $(MODULES_LDFLAGS) -export-symbols-regex "^pam_sm_"
Expand Down
Loading

0 comments on commit 4666420

Please sign in to comment.