update auth-module ping-service consul

This commit is contained in:
2025-09-04 21:01:49 +02:00
parent 6f157460e1
commit 1eb00ad15d
8 changed files with 433 additions and 38 deletions
@@ -109,13 +109,4 @@ object AppStylesheet : StyleSheet() {
property("vertical-align", "middle")
}
@Suppress("unused")
private val spinKeyframes = keyframes {
0.percent {
transform { rotate(0.deg) }
}
100.percent {
transform { rotate(360.deg) }
}
}
}