Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 88b5ea6

Browse files
committed
use local server forms
1 parent bb5d031 commit 88b5ea6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/auth/login/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<body class="text-center">
1111
<main class="form-signin">
1212
<!-- For testing within my local machine -->
13-
<!-- <form action="http://localhost:8080/user/login" method="POST"> -->
13+
<form action="http://localhost:8080/user/login" method="POST">
1414

1515
<!-- you should probably use this version in production though -->
1616
<!-- <form action="/user/login" method="POST"> -->
17-
<form action="https://fairfield-programming.herokuapp.com/user/login" method="POST">
17+
<!-- <form action="https://fairfield-programming.herokuapp.com/user/login" method="POST"> -->
1818
<a href="/">
1919
<img class="mb-4" alt="" width="240" src="/resources/logo.svg" />
2020
</a>

‎src/auth/signup/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<body class="text-center">
3939
<main class="form-signin">
4040
<!-- For testing within my local machine -->
41-
<!-- <form action="http://localhost:8080/user/signup" method="POST"> -->
41+
<form action="http://localhost:8080/user/signup" method="POST">
4242

4343
<!-- you should probably use this version in production though -->
4444
<!-- <form action="/user/signup" method="POST"> -->
45-
<form action="https://fairfield-programming.herokuapp.com/user/signup" method="POST">
45+
<!-- <form action="https://fairfield-programming.herokuapp.com/user/signup" method="POST"> -->
4646
<a href="/">
4747
<img class="mb-4" alt="" width="240" src="/logo.4cd66852.svg">
4848
</a>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /