Skip to content

Commit

Permalink
Fixing hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
valentasm committed Aug 12, 2024
1 parent 30883e1 commit ea04e89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ServerSideDemo/EnvVariableBlazorGoogleMapsKeyService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ public Task<MapApiLoadOptions> GetApiOptions()
key = "AIzaSyBdkgvniMdyFPAcTlcZivr8f30iU-kn1T0";
}

key = "AIzaSyBabXxMdOrVBdIPXZuZObAgrP4inwDAk98";

return Task.FromResult(new MapApiLoadOptions(key)
{
Version = "beta"
});

IsApiInitialized = true;

}

public bool IsApiInitialized { get; set; }
Expand Down

0 comments on commit ea04e89

Please sign in to comment.