We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0a7360 + 3e3e07a commit 144bd6bCopy full SHA for 144bd6b
ios/LineLogin.swift
@@ -49,7 +49,7 @@ import LineSDK
49
50
if let botPrompt = args["botPrompt"] as? String {
51
switch botPrompt {
52
- case "aggressive": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "aggresive")
+ case "aggressive": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "aggressive")
53
case "normal": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "normal")
54
default: break
55
}
0 commit comments