Unverified Commit acf53105 authored by Rafael Kellermann Streit's avatar Rafael Kellermann Streit Committed by GitHub

Adjusts typo

parent 90a5f2c8
...@@ -71,7 +71,7 @@ object OauthHelper { ...@@ -71,7 +71,7 @@ object OauthHelper {
/** /**
* Returns the Facebook Oauth URL. * Returns the Facebook Oauth URL.
* *
* @param clientId The Gitlab client ID. * @param clientId The Facebook client ID.
* @param serverUrl The server URL. * @param serverUrl The server URL.
* @param state An unguessable random string used to protect against forgery attacks. * @param state An unguessable random string used to protect against forgery attacks.
* @return The Facebook Oauth URL. * @return The Facebook Oauth URL.
...@@ -84,4 +84,4 @@ object OauthHelper { ...@@ -84,4 +84,4 @@ object OauthHelper {
"&response_type=code" + "&response_type=code" +
"&scope=email" "&scope=email"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment