Skip to content

Commit

Permalink
fix: revoke_sessions_hook path (#1562)
Browse files Browse the repository at this point in the history
Fix revoke_sessions_hook path
  • Loading branch information
BrandonNoad authored Oct 5, 2023
1 parent 28ddcf1 commit 82f7f26
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/kratos/session-management/25_revoke-sessions-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Add the `revoke_active_sessions' action to the settings hook configuration in th

```yaml title="config.yml"
selfservice:
settings:
after:
password:
hooks:
- hook: revoke_active_sessions
flows:
settings:
after:
password:
hooks:
- hook: revoke_active_sessions
```

0 comments on commit 82f7f26

Please sign in to comment.