Commit 9ad814d1 authored by MickeyMoz's avatar MickeyMoz
Browse files

Merge #4122



4122: Closes #4069: Update docs for newAccount param r=jonalmeida a=jonalmeida



Co-authored-by: default avatarJonathan Almeida <jalmeida@mozilla.com>
parents b1516dc7 2a43a1ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ interface AccountObserver {
    /**
    /**
     * Account was successfully authenticated.
     * Account was successfully authenticated.
     * @param account An authenticated instance of a [OAuthAccount].
     * @param account An authenticated instance of a [OAuthAccount].
     * @param newAccount True if this is a new account that was authenticated.
     * @param newAccount True if an account was just signed in.
     */
     */
    fun onAuthenticated(account: OAuthAccount, newAccount: Boolean) = Unit
    fun onAuthenticated(account: OAuthAccount, newAccount: Boolean) = Unit