Commit ac4f36ea576ea5dac385ca9c965999fda8e66884
1 parent
3a3422d89c
Exists in
master
fixed issue in reset password?
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
screen_sequence_diagrams/reset_password.dot
View file @
ac4f36e
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | "Controller" -> "Email"; |
21 | 21 | |
22 | 22 | "Email" -> "Failure: User did not\nreset password"[shape=none]; |
23 | - "Failure: User did not\nreset password"[shape=none] -> "Settings"; | |
23 | + "Failure: User did not\nreset password" -> "Settings"; | |
24 | 24 | |
25 | 25 | "Email" -> "Success: User \nreset password"[shape=none]; |
26 | 26 | "Success: User \nreset password"[shape=none] -> "Settings"; |