Skip to content

Commit

Permalink
fix: update correct current sequence for refresh tokens (#5608)
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a committed Apr 5, 2023
1 parent 29c0adb commit 23e6cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (v *View) PutRefreshToken(token *model.RefreshTokenView, event *models.Even
if err != nil {
return err
}
return v.ProcessedTokenSequence(event)
return v.ProcessedRefreshTokenSequence(event)
}

func (v *View) PutRefreshTokens(token []*model.RefreshTokenView, event *models.Event) error {
Expand Down

1 comment on commit 23e6cc3

@vercel
Copy link

@vercel vercel bot commented on 23e6cc3 Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-zitadel.vercel.app
zitadel-docs.vercel.app
docs-git-main-zitadel.vercel.app

Please sign in to comment.