Skip to content

Commit

Permalink
コメントを追加した。
Browse files Browse the repository at this point in the history
  • Loading branch information
eigoninaritai-naokichi committed Jan 16, 2024
1 parent 4a1f2c2 commit 910c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/authentication/user-authentication-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SignInWithEmailPasswordResponse from "../../models/authentication/signin-
export default class UserAuthenticationAction {
/**
* ユーザー認証を行うアクションを生成する。
* @param userAuthenticator
* @param userAuthenticator ユーザー認証を行うクラス。
*/
constructor(
private readonly userAuthenticator: IUserAuthenticator
Expand Down

0 comments on commit 910c2ca

Please sign in to comment.