Skip to content

Commit 92cd25e

Browse files
committed
chore: code cleanup
1 parent f74c2a1 commit 92cd25e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth/src/main/java/com/firebase/ui/auth/compose/configuration/AuthUIConfiguration.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ class AuthUIConfigurationBuilder {
5252
providers.addAll(AuthProvidersBuilder().apply(block).build())
5353

5454
internal fun build(): AuthUIConfiguration {
55-
// Context is not null
5655
val context = requireNotNull(context) {
5756
"Application context is required"
5857
}
5958

60-
// At least one provider
6159
require(providers.isNotEmpty()) {
6260
"At least one provider must be configured"
6361
}

0 commit comments

Comments
 (0)