bapeey a176c34f73 HeanCMS: Add login preference (#2071)
* Add login

* Bump

* Remove authHeaders from imageRequest

* Make token nullable

* Use /login api endpoint

* Review changes

* Throw error

* Throw api error message

* Reduce one day to prevent timezone issues

* Fix no scheme found

* Double parenthesis
2024-03-30 22:04:18 +00:00

10 lines
105 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 22
dependencies {
api(project(":lib:i18n"))
}