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.
1 parent f9ce44c commit 15990eeCopy full SHA for 15990ee
README.md
@@ -142,7 +142,7 @@ public function login() {
142
}
143
```
144
145
-__Note:__ When your action calls $this->Auth->identify() the method may not return.
+__Note:__ When your action calls `$this->Auth->identify()` the method may not return.
146
The authenticator may need to redirect to the provider's site to complete the
147
identification procedure. It's important not to implement any important business
148
logic that depends upon the `identify()` method returning.
0 commit comments