-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support ClientMetadata during SignUp and ForgotPassword
- Loading branch information
Marcel Kesselring
authored and
Marcel Kesselring
committed
Nov 29, 2023
1 parent
2043db0
commit 7ffa0b4
Showing
7 changed files
with
51 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import com.android.build.gradle.LibraryExtension | ||
import com.android.build.gradle.internal.tasks.factory.dependsOn | ||
import com.liftric.vault.GetVaultSecretTask | ||
import org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeSimulatorTest | ||
import org.jetbrains.kotlin.gradle.tasks.* | ||
|
@@ -297,11 +296,6 @@ publishing { | |
} | ||
} | ||
developers { | ||
developer { | ||
id.set("gaebel") | ||
name.set("Jan Gaebel") | ||
email.set("[email protected]") | ||
} | ||
developer { | ||
id.set("benjohnde") | ||
name.set("Ben John") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters