mirror of
https://github.com/bitwarden/android.git
synced 2024-11-29 06:18:52 +03:00
Adding default addy io base url for generation calls (#492)
This commit is contained in:
parent
2d9b0264f2
commit
cd707473fc
1 changed files with 1 additions and 1 deletions
|
@ -1436,7 +1436,7 @@ data class GeneratorState(
|
||||||
data class AddyIo(
|
data class AddyIo(
|
||||||
val apiAccessToken: String = "",
|
val apiAccessToken: String = "",
|
||||||
val domainName: String = "",
|
val domainName: String = "",
|
||||||
val baseUrl: String = "",
|
val baseUrl: String = "https://app.addy.io",
|
||||||
) : ServiceType(), Parcelable {
|
) : ServiceType(), Parcelable {
|
||||||
override val displayStringResId: Int
|
override val displayStringResId: Int
|
||||||
get() = ServiceTypeOption.ADDY_IO.labelRes
|
get() = ServiceTypeOption.ADDY_IO.labelRes
|
||||||
|
|
Loading…
Reference in a new issue