fix for now

This commit is contained in:
Cloudburst 2022-08-19 15:57:09 +02:00 committed by GitHub
parent 544663c479
commit ebdd13a3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
class NginxApi(index: Int) : InAppAuthAPIManager(index) {
override val name = "Nginx"
override val idPrefix = "nginx"
override val icon = R.drawable.nginx
override val icon = R.drawable.ic_baseline_extension_24
override val requiresUsername = true
override val requiresPassword = true
override val requiresServer = true
@ -59,4 +59,4 @@
override suspend fun initialize() {
initializeData()
}
}
}