Skip to content

Commit

Permalink
fix: Unable to select Email relay if more than one of the same type i…
Browse files Browse the repository at this point in the history
…s available #85
  • Loading branch information
AChep committed Jan 16, 2024
1 parent 407ad5c commit e1371c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sealed interface GeneratorType2 {
val emailRelay: com.artemchep.keyguard.common.service.relays.api.EmailRelay,
val config: DGeneratorEmailRelay,
) : GeneratorType2 {
override val key: String = "EMAIL_RELAY:${emailRelay.type}"
override val key: String = "EMAIL_RELAY:${emailRelay.type}:${config.id}"
override val group: String = GENERATOR_TYPE_GROUP_INTEGRATION
override val title: TextHolder = TextHolder.Value(config.name)
override val username: Boolean = true
Expand Down

0 comments on commit e1371c3

Please sign in to comment.