Skip to content

Commit

Permalink
Merge pull request #11 from GluuFederation/agama-lab-branch
Browse files Browse the repository at this point in the history
refactor: update all flows to latest version
  • Loading branch information
ossdhaval authored Nov 20, 2024
2 parents 1e021da + 55f10fc commit f04b9c1
Show file tree
Hide file tree
Showing 8 changed files with 1,685 additions and 3,276 deletions.
2 changes: 1 addition & 1 deletion code/org.gluu.agama.totp.enroll.flow
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Log "@debug otp check result " otpCheck E
// check otp is valid? then save secretKey to user
When otpCheck is true
// Save secret key to user
userSavedData | E = Call OTPServiceObj linkUser userId secretKey scanCode.nickName
userSavedData | E = Call OTPServiceObj linkUser userId secretKey
// Debug log user save data result
Log "@debug user saved data " userSavedData E
// Finish with OTP Check Result true or false
Expand Down
Loading

0 comments on commit f04b9c1

Please sign in to comment.