mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-25 23:37:46 +03:00
Update username-and-pass.md for wrong file extension (#2200)
* Update username-and-pass.md file extension was js instead of ts * Update web/docs/auth/username-and-pass.md --------- Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
This commit is contained in:
parent
2ce28f9e6f
commit
ecf1f82287
@ -522,7 +522,7 @@ export const signup = async (args, _context) => {
|
||||
// ...
|
||||
|
||||
action customSignup {
|
||||
fn: import { signup } from "@src/auth/signup.js",
|
||||
fn: import { signup } from "@src/auth/signup",
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user