mirror of
https://github.com/google/nomulus
synced 2026-09-20 06:54:43 +00:00
Generate client id menu dynamically instead of hard coding the mapping from
role to client id. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=218913784
This commit is contained in:
@@ -62,8 +62,7 @@ registry.registrar.ConsoleTestUtil.renderConsoleMain = function(
|
||||
logoutUrl: args.logoutUrl || 'https://logout.url.com',
|
||||
isAdmin: goog.isDefAndNotNull(args.isAdmin) ? args.isAdmin : true,
|
||||
clientId: args.clientId || 'ignore',
|
||||
ownerClientIds: args.ownerClientIds || ['owner'],
|
||||
adminClientIds: args.adminClientIds || ['admin'],
|
||||
allClientIds: args.allClientIds || ['clientId1', 'clientId2'],
|
||||
logoFilename: args.logoFilename || 'logo.png',
|
||||
productName: args.productName || 'Nomulus',
|
||||
integrationEmail: args.integrationEmail || 'integration@example.com',
|
||||
|
||||
Reference in New Issue
Block a user