This commit is contained in:
parent
6dab35f696
commit
61adeb3d8f
|
|
@ -15,9 +15,9 @@ namespace NP.FO.Controllers
|
|||
public class FOBaseController : NP.Base.BaseController
|
||||
{
|
||||
//전역변수 SNS 로그인 ClientID
|
||||
public string naverClientID = "fvaj0CdI04awGMEhaICy";
|
||||
public string kakaoClientID = "7b09519e7bce67d548a2a594a48acf63";
|
||||
public string googleClientID = "710934829793-eojibithnhn6t0ltq2dd1g1kunpiqbao.apps.googleusercontent.com";
|
||||
public string naverClientID = "CEaGg2S0nrdOgmafAKgF";
|
||||
public string kakaoClientID = "e85ec9c124e5dc6441f58254ddceb454";
|
||||
public string googleClientID = "382613036220-4dbillsob2mf81g70t5b9b1hchukqtn4.apps.googleusercontent.com";
|
||||
|
||||
protected override void OnActionExecuting(ActionExecutingContext filterContext)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue