Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
[code,javascript] --> [source,javascript] for code block (#206)
Browse files Browse the repository at this point in the history
[code,javascript] --> [source,javascript] for code block
  • Loading branch information
jstaffor authored Jul 10, 2018
1 parent 46c986c commit 793a172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/keycloak/authenticating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 793a172

Please sign in to comment.