chore(server): remove deprecated endpoints (#6984)
* chore: remove deprecated endpoints * chore: open api
This commit is contained in:
Generated
-7
@@ -22,13 +22,6 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// @deprecated use feature flags and /oauth/authorize
|
||||
//
|
||||
//Future<OAuthConfigResponseDto> generateOAuthConfig(OAuthConfigDto oAuthConfigDto) async
|
||||
test('test generateOAuthConfig', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<UserResponseDto> linkOAuthAccount(OAuthCallbackDto oAuthCallbackDto) async
|
||||
test('test linkOAuthAccount', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user