You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can subscribe to different events via the `callbacks` option. Each callback must be a `lambda`, which will receive 1 argument: the controller instance (`context`). You can subscribe to the following events:
137
+
You can subscribe to different lifecycle events via the `callbacks` option. Each callback must be a `lambda`, which will receive 1 argument, the controller instance (`context`).
138
+
139
+
You can subscribe to the following events:
142
140
143
141
-`:invalid_sudo_session`: fired when the confirmation page is rendered, because there is no valid sudo session. Be careful! If the page is re-submitted or the password is invalid, the confirmation page will be rendered again and this event will be fired again too.
144
142
-`:new_sudo_session`: fired when a new sudo session is started.
0 commit comments