Skip to content

Commit

Permalink
wip: expires_at
Browse files Browse the repository at this point in the history
  • Loading branch information
gridanjbf committed Jan 19, 2022
1 parent e14d83e commit 3b7e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/identikey/administration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def digipass_execute_UNASSIGN(session_id:, serial_no:)
)
end

def digipass_execute_ASSIGN(session_id:, serial_no:, username:, domain:, grace_period: 0, expires_at:)
def digipass_execute_ASSIGN(session_id:, serial_no:, username:, domain:, grace_period: 0, expires_at: nil)
digipass_execute(
session_id: session_id,
cmd: 'DIGIPASSCMD_ASSIGN',
Expand Down

0 comments on commit 3b7e551

Please sign in to comment.