Skip to content
Snippets Groups Projects
Commit f7557721 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6502 OZG-6573 Remove TODOs from UserResourceStub

parent c8e36f29
Branches
Tags
No related merge requests found
......@@ -275,18 +275,16 @@ class UserResourceStub implements UserResource {
@Override
public void sendVerifyEmail(String clientId, String redirectUri) {
// TODO Auto-generated method stub
// not implemented
}
@Override
public void sendVerifyEmail(Integer lifespan) {
// TODO Auto-generated method stub
// not implemented
}
@Override
public void sendVerifyEmail(String clientId, String redirectUri, Integer lifespan) {
// TODO Auto-generated method stub
// not implemented
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment