Emtiaj Hasan
Results
1
issues of
Emtiaj Hasan
``` static createMetadata(): void { const googlePlatformMetadata = document.createElement('meta'); googlePlatformMetadata.setAttribute('name', 'google-signin-client_id'); googlePlatformMetadata.setAttribute('content', Config.plugins.GoogleAuth.serverClientId); document.head.appendChild(googlePlatformMetadata); } ``` It would be nice if the `` element is generated programmatically so that we...