mirror of
https://github.com/google/nomulus
synced 2026-02-07 13:31:12 +00:00
Tweak the registrar-ote-setup web console
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=227736173
This commit is contained in:
@@ -53,4 +53,10 @@ public final class RegistrarConsoleModule {
|
||||
static String provideEmail(HttpServletRequest req) {
|
||||
return extractRequiredParameter(req, "email");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Parameter("password")
|
||||
static Optional<String> provideOptionalPassword(HttpServletRequest req) {
|
||||
return extractOptionalParameter(req, "password");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user