Skip to content

Commit

Permalink
revert api key value
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ishita-g committed Jul 19, 2024
1 parent d55f9c8 commit e0a725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import GoogleMaps
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GMSServices.provideAPIKey("AIzaSyA8wfFT23_uHcL-5Jt_w1odqQA6yV3ZF60")
GMSServices.provideAPIKey("")
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
Expand Down

0 comments on commit e0a725a

Please sign in to comment.