Package-level declarations
Types
Link copied to clipboard
class AccountSubmitPage @Inject constructor(siteService: SiteService) : Page<AccountSubmitPageRequest>
Link copied to clipboard
data class AccountSubmitPageRequest(val session: CurrentSession, val username: String, val password: String, val rememberMe: Boolean) : PageRequest
Link copied to clipboard
Link copied to clipboard
class AccountSubmitPageService @Inject constructor(playersService: PlayersService, argon2Service: Argon2Service) : PageService<AccountSubmitPageRequest, None, Redirect>