Skip to content

Commit d97a4b1

Browse files
authored
Fix logout event syntax and clarify URL parameter
Corrected the syntax for firing the logout event and clarified the optional URL parameter.
1 parent 2e82940 commit d97a4b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration/logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A logout button isn't a single action. Depending on how an abap2UI5 app was star
88
### The Logout Event
99
Fire the event from any controller method to log the user off:
1010
```abap
11-
client->_event_client( val = client->cs_event-system_logout ).
11+
client->_event_client( client->cs_event-system_logout ).
1212
```
1313

1414
Optionally pass a same-origin URL as the first argument to control where the user lands afterwards. The default is `/sap/public/bc/icf/logoff`:

0 commit comments

Comments
 (0)