Remove the obsolete can-recover-password endpoint

This commit is contained in:
Jonas Lochmann 2021-03-01 01:00:00 +01:00
parent 964397cfa9
commit 24563bdc4a
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
5 changed files with 5 additions and 89 deletions

View file

@ -1,6 +1,6 @@
/*
* server component for the TimeLimit App
* Copyright (C) 2019 - 2020 Jonas Lochmann
* Copyright (C) 2019 - 2021 Jonas Lochmann
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@ -29,7 +29,6 @@ const types = [
'CreateFamilyByMailTokenRequest',
'SignIntoFamilyRequest',
'RecoverParentPasswordRequest',
'CanRecoverPasswordRequest',
'RegisterChildDeviceRequest',
'SerializedParentAction',
'SerializedAppLogicAction',