mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 11:56:35 -05:00
Adding default addy io base url for generation calls (#492)
This commit is contained in:
committed by
Álison Fernandes
parent
2d9b0264f2
commit
cd707473fc
@@ -1436,7 +1436,7 @@ data class GeneratorState(
|
||||
data class AddyIo(
|
||||
val apiAccessToken: String = "",
|
||||
val domainName: String = "",
|
||||
val baseUrl: String = "",
|
||||
val baseUrl: String = "https://app.addy.io",
|
||||
) : ServiceType(), Parcelable {
|
||||
override val displayStringResId: Int
|
||||
get() = ServiceTypeOption.ADDY_IO.labelRes
|
||||
|
||||
Reference in New Issue
Block a user