Skip to content

Feature sso fix#8

Merged
yogeshbhagatcode merged 4 commits into
sherab-devfrom
feature-sso-fix
Sep 10, 2025
Merged

Feature sso fix#8
yogeshbhagatcode merged 4 commits into
sherab-devfrom
feature-sso-fix

Conversation

@yogeshbhagatcode

Copy link
Copy Markdown
Collaborator

No description provided.

@yogeshbhagatcode yogeshbhagatcode merged commit 9ecf36a into sherab-dev Sep 10, 2025
1 of 4 checks passed
_uiState.update { it.copy(showProgress = false) }
}
} ?: onUnknownError()
} ?: onSignInCancelled()

Check warning

Code scanning / detekt

Reports multiple space usages Warning

Unnecessary long whitespace
keyboardController?.hide()
onRegisterClick(it)
}
OrDivider(text=stringResource(

Check warning

Code scanning / detekt

Reports incorrect argument list wrapping Warning

Argument should be on a separate line (unless all arguments can fit a single line)
keyboardController?.hide()
onRegisterClick(it)
}
OrDivider(text=stringResource(

Check warning

Code scanning / detekt

Reports missing newlines (e.g. between parentheses of a multi-line function call Warning

Missing newline after "("
keyboardController?.hide()
onRegisterClick(it)
}
OrDivider(text=stringResource(

Check warning

Code scanning / detekt

Reports spaces around operators Warning

Missing spacing around "="
onRegisterClick(it)
}
OrDivider(text=stringResource(
id = R.string.auth_normal_or_sso),

Check warning

Code scanning / detekt

Reports missing newlines (e.g. between parentheses of a multi-line function call Warning

Missing newline before ")"
onRegisterClick(it)
}
OrDivider(text=stringResource(
id = R.string.auth_normal_or_sso),

Check warning

Code scanning / detekt

Reports incorrect argument list wrapping Warning

Missing newline before ")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants