diff --git a/modules/ROOT/pages/keycloak/authenticating.adoc b/modules/ROOT/pages/keycloak/authenticating.adoc index a01baf1f..4de1c5c0 100644 --- a/modules/ROOT/pages/keycloak/authenticating.adoc +++ b/modules/ROOT/pages/keycloak/authenticating.adoc @@ -98,7 +98,7 @@ func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpe .Cordova **** Authentication will be performed on initialization as described xref:keycloak/coding.adoc#initializing-the-sdk[here]. To manually redirect to the login screen, use: -[code,javascript] +[source,javascript] ---- authService.login().then(() => { // Login success