mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-25 19:59:58 +01:00
TF-1359 Name from issuer - formatting
This commit is contained in:
parent
bc9606150d
commit
86d17aa937
@ -479,6 +479,7 @@ extension ImportFromFileInteractor: ImportFromFileInteracting {
|
|||||||
|
|
||||||
let name: String = {
|
let name: String = {
|
||||||
let name = acc.issuer.sanitazeName()
|
let name = acc.issuer.sanitazeName()
|
||||||
|
.replacingOccurrences(of: "+", with: " ")
|
||||||
if name.isEmpty {
|
if name.isEmpty {
|
||||||
return modifyInteractor.createNameForUnknownService()
|
return modifyInteractor.createNameForUnknownService()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user