Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-mobile
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
G
beasy-mobile
Commits
d609abfc
Commit
d609abfc
authored
Sep 11, 2025
by
G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Remove the account creation button from the screens.
CLOSES
#9
parent
0757fd97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
LoginForm.tsx
src/features/auth/components/LoginForm.tsx
+0
-3
HomeUserNotLoggedIn.tsx
src/screens/HomeUserNotLoggedIn.tsx
+0
-3
No files found.
src/features/auth/components/LoginForm.tsx
View file @
d609abfc
...
...
@@ -75,9 +75,6 @@ export const LoginForm = () => {
>
<
Button
.
Label
style=
{
{
color
:
"white"
}
}
>
Se connecter
</
Button
.
Label
>
</
Button
.
Container
>
<
Button
.
Container
style=
{
[{
backgroundColor
:
"#e8e8e9aa"
}]
}
>
<
Button
.
Label
style=
{
{
color
:
"black"
}
}
>
Créer un compte
</
Button
.
Label
>
</
Button
.
Container
>
{
/* MODAL */
}
<
Modal
.
SafeView
>
...
...
src/screens/HomeUserNotLoggedIn.tsx
View file @
d609abfc
...
...
@@ -28,9 +28,6 @@ const HomeUserNotLoggedIn: MainStackScreenComponentProps<"homeUserNotLoggedIn">
>
<
Button
.
Label
style=
{
{
color
:
"white"
}
}
>
Se connecter
</
Button
.
Label
>
</
Button
.
Container
>
<
Button
.
Container
style=
{
[{
backgroundColor
:
"transparent"
}]
}
>
<
Button
.
Label
style=
{
{
color
:
"green"
}
}
>
Créer un compte
</
Button
.
Label
>
</
Button
.
Container
>
</
View
>
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment