Fix eduportal.koszalin.pl login
This commit is contained in:
parent
a926e11387
commit
b652036a26
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class LoginHelper(
|
|||
|
||||
private fun getADFSUrl(type: Scrapper.LoginType): String {
|
||||
val id = when (type) {
|
||||
ADFS -> "adfs"
|
||||
ADFS -> if (host == "eduportal.koszalin.pl") "ADFS" else "adfs"
|
||||
ADFSCards -> "eSzkola"
|
||||
ADFSLightScoped -> "ADFSLight"
|
||||
ADFSLightCufs -> "AdfsLight"
|
||||
|
|
Loading…
Reference in a new issue